From patchwork Thu Jan 10 14:58:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,RFC,22/22] WIP: sandbox: config: Remove boot command X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 211041 Message-Id: <1357829905-6579-23-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Joe Hershberger , Tom Rini , Vadim Bendebury Date: Thu, 10 Jan 2013 06:58:25 -0800 From: Simon Glass List-Id: U-Boot discussion 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 --- 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