ppc4xx: Do not stop booting on any keypress on dlvision-10g
authorDirk Eibach <eibach@gdsys.de>
Wed, 6 Apr 2011 11:53:50 +0000 (13:53 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Apr 2011 08:35:04 +0000 (10:35 +0200)
Use CONFIG_AUTOBOOT_KEYED on dlvision-10g so that booting can only be
stopped with well defined keypresses.

Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/dlvision-10g.h

index c3f7438..4fc5262 100644 (file)
 
 #define CONFIG_SYS_CLK_FREQ    33333333 /* external frequency to pll   */
 
+#undef CONFIG_ZERO_BOOTDELAY_CHECK     /* ignore keypress on bootdelay==0 */
+#define CONFIG_AUTOBOOT_KEYED          /* use key strings to stop autoboot */
+#define CONFIG_AUTOBOOT_STOP_STR " "
+
 /*
  * Configure PLL
  */