Skip to content
Snippets Groups Projects
Commit 313aef37 authored by Simon Glass's avatar Simon Glass
Browse files

x86: board_f: Adjust x86 boot order for performance


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: default avatarSimon Glass <sjg@chromium.org>
parent 9818a00e
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment