diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-05-20 14:27:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-21 09:13:18 -0400 |
commit | 7acdf78108c6ffc1baa55a76d51dc7d4202d1e08 (patch) | |
tree | b9dc6fe93ae1c943aedc28cc71525285a7a13bad /include/configs/sandbox.h | |
parent | c0d57304eba166d133b84b36e38df2a27fc9e832 (diff) | |
download | u-boot-7acdf78108c6ffc1baa55a76d51dc7d4202d1e08.tar.gz |
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.h | 5 |
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 |