]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Enable CONFIG_CMD_ZBOOT for coreboot
authorSimon Glass <sjg@chromium.org>
Sun, 2 Dec 2012 04:49:55 +0000 (04:49 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:40 +0000 (14:30 -0800)
Enable this option to support booting a zImage.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h

index fcfa7edfb4499769dd976b114a0def31bb84c386..e45ecad7b46f93df052d6e920838ba1d3708cc29 100644 (file)
@@ -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
 #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"