commit | cfac2e703cc0ff1b905dd2f658a2edd2620cfa59 | [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 | 7548d6432ea204e79f4c7e9496e994a1f4e82175 [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>