From patchwork Fri May 1 20:46:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 244759 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Fri, 1 May 2020 17:46:36 -0300 Subject: [PATCH] imx8mq_phanbell: Run SPL with caches enabled Message-ID: <20200501204636.14616-1-festevam@gmail.com> It is safe to run SPL with caches enabled on i.MX8M, so remove such restriction. Signed-off-by: Fabio Estevam --- configs/imx8mq_phanbell_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig index 5be02a3382..d6a4414ad6 100644 --- a/configs/imx8mq_phanbell_defconfig +++ b/configs/imx8mq_phanbell_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_ENV_SIZE=0x1000