commit | af7a55514a03788c23fd2ea5c9364195f58dc38e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 15 05:23:23 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 08:09:46 2016 -0500 |
tree | f76e791540dae5ed3e049e58789ab0bb43986b97 | |
parent | d830b1520a720a19e4bbaa3d928e85115429c132 [diff] |
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>