diff options
-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 |