diff mbox

[U-Boot,RFC,22/22] WIP: sandbox: config: Remove boot command

Message ID 1357829905-6579-23-git-send-email-sjg@chromium.org
State RFC
Headers show

Commit Message

Simon Glass Jan. 10, 2013, 2:58 p.m. UTC
We don't really need this now that we can provide a script to sandbox using
-c.

This is a test commit only - please do not apply.

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

Patch

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index baf892a..3d69b85 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -120,7 +120,6 @@ 
 					"stderr=serial\0" \
 					CONFIG_SANDBOX_ENV
 
-#define CONFIG_BOOTCOMMAND	"run test"
 #define CONFIG_BOOTDELAY	0		/* -1 to disable auto boot */
 
 #endif