From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Laue Date: Thu, 03 Apr 2008 08:19:20 +0200 Subject: [U-Boot-Users] [PATCH] disable CONFIG_ZERO_BOOTDELAY for lwmon5 Message-ID: <20080403061920.271430@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Subject: [PATCH] disable CONFIG_ZERO_BOOTDELAY for lwmon5 Change configuartion for lwmon5 board. Signed-off-by: Sascha Laue --- include/configs/lwmon5.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index ced7ba6..ff4bc80 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -434,7 +434,9 @@ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_LOOPW 1 /* enable loopw command */ #define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */ +#if 0 /* enable only for debug */ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ +#endif #define CONFIG_VERSION_VARIABLE 1 /* include version env variable */ /*----------------------------------------------------------------------- -- 1.5.2.4