mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-07 12:49:24 +00:00
sandbox: config: Enable sandbox command
The 'sb' command allows loading files from the host, and listing directories. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
10fc12184f
commit
e40753b207
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@
|
||||||
#define CONFIG_SHA1
|
#define CONFIG_SHA1
|
||||||
#define CONFIG_SHA256
|
#define CONFIG_SHA256
|
||||||
|
|
||||||
|
#define CONFIG_CMD_SANDBOX
|
||||||
|
|
||||||
#define CONFIG_BOOTARGS ""
|
#define CONFIG_BOOTARGS ""
|
||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial\0" \
|
#define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial\0" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue