From: Fabio Estevam Date: Mon, 18 Apr 2022 17:15:07 +0000 (-0300) Subject: imx8mn_evk: Enable cache in SPL X-Git-Tag: v2025.01-rc5-pxa1908~1444^2~7 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=6826c33e4205c71612537cdb8f28f9485e6e988e;p=u-boot.git imx8mn_evk: 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 --- diff --git a/configs/imx8mn_evk_defconfig b/configs/imx8mn_evk_defconfig index 5bc175154b..8ba2bd647b 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