From: Dirk Eibach Date: Wed, 6 Apr 2011 11:53:50 +0000 (+0200) Subject: ppc4xx: Do not stop booting on any keypress on dlvision-10g X-Git-Tag: v2011.06-rc1~139^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6cfa9eecb4409b1b4e8b4753b2ddfbe33e28bd93;p=oweals%2Fu-boot.git ppc4xx: Do not stop booting on any keypress on dlvision-10g Use CONFIG_AUTOBOOT_KEYED on dlvision-10g so that booting can only be stopped with well defined keypresses. Signed-off-by: Dirk Eibach Signed-off-by: Stefan Roese --- diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index c3f7438168..4fc5262bc1 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -42,6 +42,10 @@ #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 */