mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
c0d57304eb
commit
7acdf78108
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue