aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-08-17 15:07:14 +0200
committerTom Rini <trini@konsulko.com>2022-09-01 17:18:42 -0400
commitab2a6e82d4dbbdd236065805b4872cb18c8d2fd4 (patch)
treea6eb243032010689bf27237534e421b60f1799b2 /configs
parentb6664eace8a26f0850ffa0a3e349ca2ffa960f2a (diff)
downloadu-boot-ab2a6e82d4dbbdd236065805b4872cb18c8d2fd4.zip
u-boot-ab2a6e82d4dbbdd236065805b4872cb18c8d2fd4.tar.gz
u-boot-ab2a6e82d4dbbdd236065805b4872cb18c8d2fd4.tar.bz2
ARM: imx6: dh-imx6: Enable d-cache early in SPL
Enable d-cache early in SPL right after DRAM is started up. This reduces U-Boot proper load time by 650ms when loaded from SPI NOR. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Philip Oberfichtner <pro@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/dh_imx6_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig
index 4b6776e..c7fb2c6 100644
--- a/configs/dh_imx6_defconfig
+++ b/configs/dh_imx6_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_SPL_SYS_L2_PL310=y
CONFIG_ARCH_MX6=y
CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_SYS_MALLOC_F_LEN=0x1000