summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-02-03 13:21:08 -0700
committerTom Rini <trini@ti.com>2014-02-19 09:47:34 -0500
commit89ba42d18303d06d49ca14de2d46c82bbdcad06c (patch)
tree3b5c03218cdc3487a5c3ce712a46dbb4796831b6 /include
parent0a30aa1e7e4e194ecc04c5970267bd6493db8eaf (diff)
downloadblackbird-obmc-uboot-89ba42d18303d06d49ca14de2d46c82bbdcad06c.tar.gz
blackbird-obmc-uboot-89ba42d18303d06d49ca14de2d46c82bbdcad06c.zip
sandbox: enable CONFIG_CMD_FS_GENERIC
Since the generic ls command no longer segfaults sandbox, enable it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index a6d55822b8..e77d06bcd3 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
OpenPOWER on IntegriCloud