[PATCH 1/3] imx8mm-cl-iot-gate: Enable cache in SPL

2022-05-20 Thread sbabic
> From: Fabio Estevam > 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 > Reviewed-by: Michael Trimarchi Applied to u-boot-imx, master, thanks ! Best reg

Re: [PATCH 1/3] imx8mm-cl-iot-gate: Enable cache in SPL

2022-05-19 Thread Michael Nazzareno Trimarchi
Hi Fabio On Thu, May 19, 2022 at 2:00 PM Fabio Estevam wrote: > > From: Fabio Estevam > > 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 > --- > configs/i

[PATCH 1/3] imx8mm-cl-iot-gate: Enable cache in SPL

2022-05-19 Thread Fabio Estevam
From: Fabio Estevam 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 --- configs/imx8mm-cl-iot-gate-optee_defconfig | 2 -- configs/imx8mm-cl-iot-gate_defconfig