summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-02 04:49:55 +0000
committerSimon Glass <sjg@chromium.org>2012-12-06 14:30:40 -0800
commit34d6057be1a162ce6424314026af12f8963f2df2 (patch)
treee347a36fb18ce446251dd45e6719838e5eb7ff8c /include/configs/coreboot.h
parent1484311286c2a66ed2158c2db443e3cebbc187d0 (diff)
downloadtalos-obmc-uboot-34d6057be1a162ce6424314026af12f8963f2df2.tar.gz
talos-obmc-uboot-34d6057be1a162ce6424314026af12f8963f2df2.zip
x86: Enable CONFIG_CMD_ZBOOT for coreboot
Enable this option to support booting a zImage. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index fcfa7edfb4..e45ecad7b4 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -39,6 +39,7 @@
#define CONFIG_LAST_STAGE_INIT
#define CONFIG_X86_NO_RESET_VECTOR
#define CONFIG_SYS_VSNPRINTF
+#define CONFIG_ZBOOT_32
/*-----------------------------------------------------------------------
* Watchdog Configuration
@@ -175,6 +176,8 @@
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_ZBOOT
+
#define CONFIG_BOOTDELAY 2
#define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyS0,9600"
OpenPOWER on IntegriCloud