[U-Boot] [PATCH 10/11] sandbox: Enable ext4 and fat filesystems
Simon Glass
sjg at chromium.org
Wed Dec 26 20:53:37 CET 2012
These are useful for build-testing code, at least.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/sandbox.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 9f51a0b..2a45c7b 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
--
1.7.7.3
More information about the U-Boot
mailing list