diff mbox

[U-Boot,11/11] sandbox: config: Enable sandbox command

Message ID 1356551618-8280-12-git-send-email-sjg@chromium.org
State Accepted, archived
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Dec. 26, 2012, 7:53 p.m. UTC
The 'sb' command allows loading files from the host, and listing
directories.

Signed-off-by: Simon Glass <sjg@chromium.org>
---
 include/configs/sandbox.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Tom Rini March 1, 2013, 5:37 p.m. UTC | #1
On Wed, Dec 26, 2012 at 11:53:38AM -0800, Simon Glass wrote:

> 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>
diff mbox

Patch

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" \