From: Joe Hershberger Date: Wed, 20 May 2015 19:27:16 +0000 (-0500) Subject: sandbox: Enable some ENV commands X-Git-Tag: v2015.07-rc2~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7acdf78108c6ffc1baa55a76d51dc7d4202d1e08;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index f5361d1..3a857e2 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