aboutsummaryrefslogtreecommitdiff
path: root/configs/imx8mp_rsb3720a1_6G_defconfig
diff options
context:
space:
mode:
authorFabio Estevam2022-05-19 08:59:28 -0300
committerStefano Babic2022-05-20 12:36:48 +0200
commit886e423a21dfb92e20fa697e68daa5817316764b (patch)
tree0bf56cdab4661caad8f136f0fd33ef2b931d021b /configs/imx8mp_rsb3720a1_6G_defconfig
parenta3f0d49408f64a5b4e399dc2fd475ceb40bae10e (diff)
imx8mp_rsb3720a1: 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/imx8mp_rsb3720a1_6G_defconfig')
-rw-r--r--configs/imx8mp_rsb3720a1_6G_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/imx8mp_rsb3720a1_6G_defconfig b/configs/imx8mp_rsb3720a1_6G_defconfig
index 5d06dc4a88d..7ceac2b14e3 100644
--- a/configs/imx8mp_rsb3720a1_6G_defconfig
+++ b/configs/imx8mp_rsb3720a1_6G_defconfig
@@ -1,6 +1,4 @@
CONFIG_ARM=y
-CONFIG_SPL_SYS_ICACHE_OFF=y
-CONFIG_SPL_SYS_DCACHE_OFF=y
CONFIG_ARCH_IMX8M=y
CONFIG_SYS_TEXT_BASE=0x40200000
CONFIG_SYS_MALLOC_LEN=0x2000000