[U-Boot] [PATCH V4 10/12] sandbox: enable CONFIG_CMD_FS_GENERIC
Stephen Warren
swarren at wwwdotorg.org
Mon Feb 3 21:21:08 CET 2014
From: Stephen Warren <swarren at nvidia.com>
Since the generic ls command no longer segfaults sandbox, enable it.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
Acked-by: Simon Glass <sjg at chromium.org>
---
v4: No change.
v3: New patch.
---
include/configs/sandbox.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index a6d55822b82e..e77d06bcd3ed 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -42,6 +42,7 @@
#define CONFIG_CMD_PART
#define CONFIG_DOS_PARTITION
#define CONFIG_HOST_MAX_DEVICES 4
+#define CONFIG_CMD_FS_GENERIC
#define CONFIG_SYS_VSNPRINTF
--
1.8.1.5
More information about the U-Boot
mailing list