[U-Boot] [PATCH 11/11] sandbox: config: Enable sandbox command
Simon Glass
sjg at chromium.org
Wed Dec 26 20:53:38 CET 2012
The 'sb' command allows loading files from the host, and listing
directories.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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 2a45c7b..406da43 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" \
--
1.7.7.3
More information about the U-Boot
mailing list