summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-26 09:53:38 +0000
committerTom Rini <trini@ti.com>2013-03-04 14:19:56 -0500
commite40753b207029dfc9e0a9e2ec4545fbd32e0a8cc (patch)
tree965280f7b8f75b1fad9efae04e3c34b9d8617e5a /include
parent10fc12184fe844761380c1a7ce4fd68c9f5b0ba6 (diff)
downloadblackbird-obmc-uboot-e40753b207029dfc9e0a9e2ec4545fbd32e0a8cc.tar.gz
blackbird-obmc-uboot-e40753b207029dfc9e0a9e2ec4545fbd32e0a8cc.zip
sandbox: config: Enable sandbox command
The 'sb' command allows loading files from the host, and listing directories. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 2a45c7bf20..406da43aa1 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -97,6 +97,8 @@
#define CONFIG_SHA1
#define CONFIG_SHA256
+#define CONFIG_CMD_SANDBOX
+
#define CONFIG_BOOTARGS ""
#define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial\0" \
OpenPOWER on IntegriCloud