summaryrefslogtreecommitdiff
path: root/include/configs/imx8mp_evk.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-01-13 05:56:36 +0300
committerStefano Babic <sbabic@denx.de>2021-01-23 13:30:31 +0300
commitf89eb9be09cf35b82b9da7bf178d4f6edaa59270 (patch)
tree4535b23037b623a4eb240989b20a4c7efa399fd0 /include/configs/imx8mp_evk.h
parent4557f43a104c96d1e598e72cfe6d43994570149c (diff)
downloadu-boot-f89eb9be09cf35b82b9da7bf178d4f6edaa59270.tar.xz
imx: imx8mn/p: drop CONFIG_SYS_[I,D]CACHE_OFF
Drop CONFIG_SYS_[I,D]CACHE_OFF, it is safe to run with caches enabled on these platforms. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/imx8mp_evk.h')
-rw-r--r--include/configs/imx8mp_evk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx8mp_evk.h b/include/configs/imx8mp_evk.h
index 2f58ba3f9f..5cda473e78 100644
--- a/include/configs/imx8mp_evk.h
+++ b/include/configs/imx8mp_evk.h
@@ -26,8 +26,6 @@
#define CONFIG_SPL_BSS_MAX_SIZE 0x400 /* 1 KB */
#define CONFIG_SYS_SPL_MALLOC_START 0x42200000
#define CONFIG_SYS_SPL_MALLOC_SIZE SZ_512K /* 512 KB */
-#define CONFIG_SYS_ICACHE_OFF
-#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_SPL_ABORT_ON_RAW_IMAGE