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

Simon Glass sjg at chromium.org
Thu Jan 10 15:58:25 CET 2013


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 at chromium.org>
---
 include/configs/sandbox.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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
-- 
1.7.7.3



More information about the U-Boot mailing list