]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: board_f: Adjust x86 boot order for performance
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jan 2015 23:18:09 +0000 (16:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:00 +0000 (07:25 -0800)
commit313aef37a12703b32a75dfc15b50491ecc43d97a
tree289a0fb99fac194afe9000ffd7ab8ae8ce7edf5c
parent9818a00eead58a36fe39735dae5dbdc393f53463
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>
common/board_f.c