]> git.sur5r.net Git - u-boot/commit
x86: Fix board init breakage
authorSimon Glass <sjg@chromium.org>
Fri, 15 Jan 2016 12:23:23 +0000 (05:23 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2016 13:09:46 +0000 (08:09 -0500)
commitaf7a55514a03788c23fd2ea5c9364195f58dc38e
treef76e791540dae5ed3e049e58789ab0bb43986b97
parentd830b1520a720a19e4bbaa3d928e85115429c132
x86: Fix board init breakage

Commit ecc30663 ("Fix board init code to respect the C runtime environment")
breaks x86. This was mentioned on https://patchwork.ozlabs.org/patch/548644
but not addressed. Correct it so that x86 boards boot again.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/init/board_init.c