Re: [PATCH v6 3/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL

2022-09-02 Thread Tom Rini
On Wed, Aug 17, 2022 at 03:07:14PM +0200, Philip Oberfichtner wrote: > From: Marek Vasut > > Enable d-cache early in SPL right after DRAM is started up. > This reduces U-Boot proper load time by 650ms when loaded > from SPI NOR. > > Signed-off-by: Marek Vasut > Signed-off-by: Philip Oberfichtn

[PATCH v6 3/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL

2022-08-17 Thread Philip Oberfichtner
From: Marek Vasut Enable d-cache early in SPL right after DRAM is started up. This reduces U-Boot proper load time by 650ms when loaded from SPI NOR. Signed-off-by: Marek Vasut Signed-off-by: Philip Oberfichtner --- Changes in v6: - Once more improve the dcache_disable() comment Cha