| Submitter | Simon Glass |
|---|---|
| Date | Dec. 14, 2012, 9:13 p.m. |
| Message ID | <1355519594-5694-10-git-send-email-sjg@chromium.org> |
| Download | mbox | patch |
| Permalink | /patch/206567/ |
| State | Superseded, archived |
| Delegated to: | Simon Glass |
| Headers | show |
Comments
Patch
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 5f736f2..fd383ff 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -38,6 +38,7 @@ #define CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_LAST_STAGE_INIT #define CONFIG_X86_NO_RESET_VECTOR +#define CONFIG_X86_NO_REAL_MODE #define CONFIG_SYS_VSNPRINTF #define CONFIG_INTEL_CORE_ARCH /* Sandy bridge and ivy bridge chipsets. */ #define CONFIG_ZBOOT_32
We don't need this code with coreboot. Signed-off-by: Simon Glass <sjg@chromium.org> --- include/configs/coreboot.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)