Re: [U-Boot] [PATCH 1/4] ARM: socfpga: Disable D cache in SPL

2019-03-07 Thread Chee, Tien Fong
On Wed, 2019-03-06 at 22:05 +0100, Marek Vasut wrote: > The bootrom seems to leave the D-cache in messed up state, make sure > the SPL disables it so it can not interfere with operation. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Simon Goldschmidt > Cc: Tien

[U-Boot] [PATCH 1/4] ARM: socfpga: Disable D cache in SPL

2019-03-06 Thread Marek Vasut
The bootrom seems to leave the D-cache in messed up state, make sure the SPL disables it so it can not interfere with operation. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Simon Goldschmidt Cc: Tien Fong Chee --- arch/arm/mach-socfpga/spl_a10.c | 2 ++