
Hi Fabio,
-----Original Message----- From: Fabio Estevam festevam@gmail.com Sent: 2020年4月21日 2:55 To: sbabic@denx.de Cc: Peng Fan peng.fan@nxp.com; dl-uboot-imx uboot-imx@nxp.com; u-boot@lists.denx.de; Fabio Estevam festevam@gmail.com Subject: [PATCH] imx8qxp_mek: Run with caches enabled
There is no need to run with caches disabled.
Signed-off-by: Fabio Estevam festevam@gmail.com
configs/imx8qxp_mek_defconfig | 2 -- 1 file changed, 2 deletions(-)
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig index 8a7e9ee9c7..46b8cbf351 100644 --- a/configs/imx8qxp_mek_defconfig +++ b/configs/imx8qxp_mek_defconfig @@ -1,6 +1,4 @@ CONFIG_ARM=y -CONFIG_SPL_SYS_ICACHE_OFF=y -CONFIG_SPL_SYS_DCACHE_OFF=y
Currently there is no mmu setup in SPL stage.
Regards, Peng.
CONFIG_ARCH_IMX8=y CONFIG_SYS_TEXT_BASE=0x80020000 CONFIG_SPL_GPIO_SUPPORT=y -- 2.17.1