From patchwork Wed Oct 24 04:04:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,10/15] x86: Enable CONFIG_CMD_ZBOOT for coreboot From: Simon Glass X-Patchwork-Id: 193659 Message-Id: <1351051486-6980-11-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Date: Tue, 23 Oct 2012 21:04:41 -0700 Enable this option to support booting a zImage. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 78a34b8..9222ca9 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -148,6 +148,8 @@ #define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT4 +#define CONFIG_CMD_ZBOOT + #define CONFIG_BOOTDELAY 2 #define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyS0,9600"