Enable some additional ENV commands in sandbox to aid in build testing and run testing.
Signed-off-by: Joe Hershberger <joe.hershber...@ni.com> Reviewed-by: Simon Glass <s...@chromium.org> --- Changes in v4: None Changes in v3: None 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot