From: Simon Glass Date: Fri, 12 Oct 2012 14:26:12 +0000 (+0000) Subject: config: Enable CBFS, ext4 for coreboot X-Git-Tag: v2013.01-rc1~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af9f881a517ec54805419279885a661b762697d3;p=platform%2Fkernel%2Fu-boot.git config: Enable CBFS, ext4 for coreboot Enable Coreboot and EXT4 Filesystems on the coreboot board. Signed-off-by: Simon Glass --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 0e89242..3df085b 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -92,6 +92,9 @@ #define CONFIG_MAC_PARTITION #define CONFIG_ISO_PARTITION /* Experimental */ +#define CONFIG_CMD_CBFS +#define CONFIG_CMD_EXT4 +#define CONFIG_CMD_EXT4_WRITE /*----------------------------------------------------------------------- * Video Configuration