Re: [U-Boot] [PATCH] ARM: omapl138_lcdk: Allow early init to start instruction cache

2019-12-03 Thread Tom Rini
On Sun, Nov 10, 2019 at 10:17:58AM -0600, Adam Ford wrote: > Currently the omapl138_lcdk has SKIP_LOWLEVEL_INIT set. > The README states there is a variation of this for the ARM926EJ-S > which allows the board to just skip the call to lowlevel_init() > and do the normal CP15 init which enables the

Re: [U-Boot] [PATCH] ARM: omapl138_lcdk: Allow early init to start instruction cache

2019-11-13 Thread Bartosz Golaszewski
niedz., 10 lis 2019 o 17:18 Adam Ford napisaƂ(a): > > Currently the omapl138_lcdk has SKIP_LOWLEVEL_INIT set. > The README states there is a variation of this for the ARM926EJ-S > which allows the board to just skip the call to lowlevel_init() > and do the normal CP15 init which enables the instru

[U-Boot] [PATCH] ARM: omapl138_lcdk: Allow early init to start instruction cache

2019-11-10 Thread Adam Ford
Currently the omapl138_lcdk has SKIP_LOWLEVEL_INIT set. The README states there is a variation of this for the ARM926EJ-S which allows the board to just skip the call to lowlevel_init() and do the normal CP15 init which enables the instruction cache. On the da850evm, this was shown to improve star