summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 14:27:16 -0500
committerTom Rini <trini@konsulko.com>2015-05-21 09:13:18 -0400
commit7acdf78108c6ffc1baa55a76d51dc7d4202d1e08 (patch)
treeb9dc6fe93ae1c943aedc28cc71525285a7a13bad /include/configs/sandbox.h
parentc0d57304eba166d133b84b36e38df2a27fc9e832 (diff)
downloadtalos-obmc-uboot-7acdf78108c6ffc1baa55a76d51dc7d4202d1e08.tar.gz
talos-obmc-uboot-7acdf78108c6ffc1baa55a76d51dc7d4202d1e08.zip
sandbox: Enable some ENV commands
Enable some additional ENV commands in sandbox to aid in build testing and run testing. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index f5361d1091..3a857e2a3d 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -153,6 +153,11 @@
#define CONFIG_CMD_SANDBOX
+#define CONFIG_CMD_ENV_FLAGS
+#define CONFIG_CMD_ENV_CALLBACK
+#define CONFIG_CMD_GREPENV
+#define CONFIG_CMD_ASKENV
+
#define CONFIG_BOOTARGS ""
#define CONFIG_BOARD_LATE_INIT
OpenPOWER on IntegriCloud