aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-05-19 08:59:26 -0300
committerStefano Babic <sbabic@denx.de>2022-05-20 12:36:48 +0200
commitec7eb75fcfe993a3b9efaf5a4e5d6e2f76ba2198 (patch)
treeef17f9f5db3267fcc1f12f52562f94933ef588c5 /configs
parent55d1537c5bdba2caa2a43f984f0e59209bfdbcd6 (diff)
downloadu-boot-ec7eb75fcfe993a3b9efaf5a4e5d6e2f76ba2198.zip
u-boot-ec7eb75fcfe993a3b9efaf5a4e5d6e2f76ba2198.tar.gz
u-boot-ec7eb75fcfe993a3b9efaf5a4e5d6e2f76ba2198.tar.bz2
imx8mm-cl-iot-gate: 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> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mm-cl-iot-gate-optee_defconfig2
-rw-r--r--configs/imx8mm-cl-iot-gate_defconfig2
2 files changed, 0 insertions, 4 deletions
diff --git a/configs/imx8mm-cl-iot-gate-optee_defconfig b/configs/imx8mm-cl-iot-gate-optee_defconfig
index 0bde51a..8b3d1b3 100644
--- a/configs/imx8mm-cl-iot-gate-optee_defconfig
+++ b/configs/imx8mm-cl-iot-gate-optee_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_SPL_GPIO=y
diff --git a/configs/imx8mm-cl-iot-gate_defconfig b/configs/imx8mm-cl-iot-gate_defconfig
index d734586..b418e86 100644
--- a/configs/imx8mm-cl-iot-gate_defconfig
+++ b/configs/imx8mm-cl-iot-gate_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