[U-Boot] [PATCH v2 16/22] x86: board_f: Adjust x86 boot order for performance
Simon Glass
sjg at chromium.org
Mon Jan 5 18:41:11 CET 2015
On 1 January 2015 at 16:18, Simon Glass <sjg at chromium.org> wrote:
> For bare platforms we turn off ROM-caching before calling board_init_f_r()
> It is then very slow to copy U-Boot from ROM to RAM. So adjust the order so
> that the copying happens before we turn off ROM-caching.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> common/board_f.c | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
Applied to u-boot-x86/next.
More information about the U-Boot
mailing list