
29 Apr
2015
29 Apr
'15
7:50 a.m.
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 ---
Changes in v2: None
include/configs/sandbox.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 3bf45a2..6079898 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -151,6 +151,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
--
1.7.11.5