summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-27 21:08:12 +0000
committerSimon Glass <sjg@chromium.org>2012-11-28 11:40:05 -0800
commitcd23e6923f371b16b9ee9f115d15c9dd46c2f558 (patch)
tree6560986174a3ddf40a0d2decde5472f7ecec9c01 /include/configs/coreboot.h
parent82e73f0e3da3ae8b1a6a14dafa8af38d140fb1b2 (diff)
downloadtalos-obmc-uboot-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.tar.gz
talos-obmc-uboot-cd23e6923f371b16b9ee9f115d15c9dd46c2f558.zip
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/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 8d3c21f05d..12d1016522 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
OpenPOWER on IntegriCloud