summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-05-19 14:59:27 +0300
committerStefano Babic <sbabic@denx.de>2022-05-20 13:36:48 +0300
commita3f0d49408f64a5b4e399dc2fd475ceb40bae10e (patch)
treea048745d43f416c54001557682c5607233d0dbcc /configs
parentec7eb75fcfe993a3b9efaf5a4e5d6e2f76ba2198 (diff)
downloadu-boot-a3f0d49408f64a5b4e399dc2fd475ceb40bae10e.tar.xz
cgtqmx8: Enable cache in SPL
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@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/cgtqmx8_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/cgtqmx8_defconfig b/configs/cgtqmx8_defconfig
index 2cf882f826..c53fa74275 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