[PATCH 2/3] cgtqmx8: Enable cache in SPL

Fabio Estevam festevam at gmail.com
Thu May 19 13:59:27 CEST 2022


From: Fabio Estevam <festevam at denx.de>

There is no reason for disabling I-cache and D-cache
in SPL.
    
Remove the unneeded CONFIG_SPL_SYS_ICACHE_OFF and
CONFIG_SPL_SYS_DCACHE_OFF options.

Signed-off-by: Fabio Estevam <festevam at denx.de>
---
 configs/cgtqmx8_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configs/cgtqmx8_defconfig b/configs/cgtqmx8_defconfig
index 2cf882f826ab..c53fa742751a 100644
--- a/configs/cgtqmx8_defconfig
+++ b/configs/cgtqmx8_defconfig
@@ -1,6 +1,4 @@
 CONFIG_ARM=y
-CONFIG_SPL_SYS_ICACHE_OFF=y
-CONFIG_SPL_SYS_DCACHE_OFF=y
 CONFIG_ARCH_IMX8=y
 CONFIG_SYS_TEXT_BASE=0x80020000
 CONFIG_SYS_MALLOC_LEN=0x2400000
-- 
2.25.1



More information about the U-Boot mailing list