summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-10-12 14:26:12 +0000
committerTom Rini <trini@ti.com>2012-10-22 08:29:55 -0700
commitaf9f881a517ec54805419279885a661b762697d3 (patch)
treef3da5400995d335b657f81bf8cfb52a1820e8637 /include/configs/coreboot.h
parent84cd93272e384bf26e8346f2153a0b46dfb7b434 (diff)
downloadtalos-obmc-uboot-af9f881a517ec54805419279885a661b762697d3.tar.gz
talos-obmc-uboot-af9f881a517ec54805419279885a661b762697d3.zip
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/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 0e89242db7..3df085be51 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
OpenPOWER on IntegriCloud