From: Simon Glass Date: Sun, 2 Dec 2012 04:49:55 +0000 (+0000) Subject: x86: Enable CONFIG_CMD_ZBOOT for coreboot X-Git-Tag: v2013.01-rc2~73^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34d6057be1a162ce6424314026af12f8963f2df2;p=platform%2Fkernel%2Fu-boot.git x86: Enable CONFIG_CMD_ZBOOT for coreboot Enable this option to support booting a zImage. Signed-off-by: Simon Glass --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index fcfa7ed..e45ecad 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"