public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] imx8mn_evk: Enable cache in SPL
@ 2022-04-18 17:15 Fabio Estevam
  2022-04-18 17:15 ` [PATCH 2/2] doc: imx8mn_evk: Do not export ATF_LOAD_ADDR Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2022-04-18 17:15 UTC (permalink / raw)
  To: sbabic; +Cc: u-boot, peng.fan, Fabio Estevam

From: Fabio Estevam <festevam@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@denx.de>
---
 configs/imx8mn_evk_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configs/imx8mn_evk_defconfig b/configs/imx8mn_evk_defconfig
index b2981d1e3692..e661b3ba7e55 100644
--- a/configs/imx8mn_evk_defconfig
+++ b/configs/imx8mn_evk_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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-28  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-18 17:15 [PATCH 1/2] imx8mn_evk: Enable cache in SPL Fabio Estevam
2022-04-18 17:15 ` [PATCH 2/2] doc: imx8mn_evk: Do not export ATF_LOAD_ADDR Fabio Estevam
2022-04-22  8:46   ` sbabic
2022-04-28  9:00   ` Peng Fan (OSS)
2022-04-22  8:46 ` [PATCH 1/2] imx8mn_evk: Enable cache in SPL sbabic
2022-04-28  9:00 ` Peng Fan (OSS)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox