diff options
author | Simon Glass | 2012-10-12 14:26:12 +0000 |
---|---|---|
committer | Tom Rini | 2012-10-22 08:29:55 -0700 |
commit | af9f881a517ec54805419279885a661b762697d3 (patch) | |
tree | f3da5400995d335b657f81bf8cfb52a1820e8637 /include | |
parent | 84cd93272e384bf26e8346f2153a0b46dfb7b434 (diff) |
config: Enable CBFS, ext4 for coreboot
Enable Coreboot and EXT4 Filesystems on the coreboot board.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/coreboot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 0e89242db75..3df085be511 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 |