summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-26 09:53:37 +0000
committerTom Rini <trini@ti.com>2013-03-04 14:19:56 -0500
commit10fc12184fe844761380c1a7ce4fd68c9f5b0ba6 (patch)
tree778d590abd70ce1f2c4108ae6dff1fa6349a2a6e /include
parentd304931f236db3af4f6a6f522b140f26e63e3a18 (diff)
downloadblackbird-obmc-uboot-10fc12184fe844761380c1a7ce4fd68c9f5b0ba6.tar.gz
blackbird-obmc-uboot-10fc12184fe844761380c1a7ce4fd68c9f5b0ba6.zip
sandbox: Enable ext4 and fat filesystems
These are useful for build-testing code, at least. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 9f51a0b813..2a45c7bf20 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -32,6 +32,13 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_LMB
+#define CONFIG_FS_FAT
+#define CONFIG_FS_EXT4
+#define CONFIG_EXT4_WRITE
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
+
#define CONFIG_SYS_VSNPRINTF
#define CONFIG_CMD_GPIO
OpenPOWER on IntegriCloud