diff options
author | Simon Glass <sjg@chromium.org> | 2012-11-27 21:08:12 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-11-28 11:40:05 -0800 |
commit | cd23e6923f371b16b9ee9f115d15c9dd46c2f558 (patch) | |
tree | 6560986174a3ddf40a0d2decde5472f7ecec9c01 /include | |
parent | 82e73f0e3da3ae8b1a6a14dafa8af38d140fb1b2 (diff) | |
download | u-boot-imx-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.zip u-boot-imx-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.tar.gz u-boot-imx-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.tar.bz2 |
x86: Remove coreboot start16 code
Now that coreboot doesn't need the start16 code, remove it. We need
to remove the CONFIG_SYS_X86_RESET_VECTOR option from coreboot.h also.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/coreboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 8d3c21f..12d1016 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -37,7 +37,7 @@ #define CONFIG_SYS_COREBOOT #undef CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_LAST_STAGE_INIT - +#define CONFIG_X86_NO_RESET_VECTOR /*----------------------------------------------------------------------- * Watchdog Configuration |