diff options
| author | Simon Glass <sjg@chromium.org> | 2012-12-26 09:53:38 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-03-04 14:19:56 -0500 | 
| commit | e40753b207029dfc9e0a9e2ec4545fbd32e0a8cc (patch) | |
| tree | 965280f7b8f75b1fad9efae04e3c34b9d8617e5a /include/configs/sandbox.h | |
| parent | 10fc12184fe844761380c1a7ce4fd68c9f5b0ba6 (diff) | |
| download | olio-uboot-2014.01-e40753b207029dfc9e0a9e2ec4545fbd32e0a8cc.tar.xz olio-uboot-2014.01-e40753b207029dfc9e0a9e2ec4545fbd32e0a8cc.zip | |
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>
Diffstat (limited to 'include/configs/sandbox.h')
| -rw-r--r-- | include/configs/sandbox.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 2a45c7bf2..406da43aa 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -97,6 +97,8 @@  #define CONFIG_SHA1  #define CONFIG_SHA256 +#define CONFIG_CMD_SANDBOX +  #define CONFIG_BOOTARGS ""  #define CONFIG_EXTRA_ENV_SETTINGS	"stdin=serial\0" \ |