[U-Boot] [PATCH 02/18] arm: Allow skipping of low-level init with I-cache on

Joe Hershberger joe.hershberger at gmail.com
Tue May 3 21:37:44 CEST 2016


On Tue, May 3, 2016 at 1:39 AM, Simon Glass <sjg at chromium.org> wrote:
> At present CONFIG_SKIP_LOWLEVEL_INIT prevents U-Boot from calling
> lowlevel_init(). This means that the instruction cache is not enabled and
> the board runs very slowly.
>
> What is really needed in many cases is to skip the call to lowlevel_init()
> but still perform CP15 init. Add an option to handle this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list