commit | 313aef37a12703b32a75dfc15b50491ecc43d97a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:18:09 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:00 2015 -0800 |
tree | 289a0fb99fac194afe9000ffd7ab8ae8ce7edf5c | |
parent | 9818a00eead58a36fe39735dae5dbdc393f53463 [diff] |
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: Simon Glass <sjg@chromium.org>