[U-Boot] [PATCH V3 10/12] sandbox: enable CONFIG_CMD_FS_GENERIC
Stephen Warren
swarren at wwwdotorg.org
Mon Jan 27 21:50:00 CET 2014
From: Stephen Warren <swarren at nvidia.com>
Since the generic ls command no longer segfaults sandbox, enabling it.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
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