mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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