From ab2a6e82d4dbbdd236065805b4872cb18c8d2fd4 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 17 Aug 2022 15:07:14 +0200 Subject: 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 Signed-off-by: Philip Oberfichtner --- configs/dh_imx6_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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 -- cgit v1.1