]> Git Repo - J-u-boot.git/commitdiff
imx8mn_evk: Enable cache in SPL
authorFabio Estevam <[email protected]>
Mon, 18 Apr 2022 17:15:07 +0000 (14:15 -0300)
committerStefano Babic <[email protected]>
Thu, 21 Apr 2022 13:18:25 +0000 (15:18 +0200)
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 <[email protected]>
configs/imx8mn_evk_defconfig

index 5bc175154ba352f1c710a7924a77fa13f5a5caeb..8ba2bd647b19a1577c3446a1fe55a048e92b728c 100644 (file)
@@ -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
This page took 0.036653 seconds and 4 git commands to generate.