summaryrefslogtreecommitdiffstats
path: root/include/configs/dlvision-10g.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2011-04-06 13:53:50 +0200
committerStefan Roese <sr@denx.de>2011-04-21 10:35:04 +0200
commit6cfa9eecb4409b1b4e8b4753b2ddfbe33e28bd93 (patch)
tree49157f6a81e5e74dd7aacab8b2e6f23c66cc7819 /include/configs/dlvision-10g.h
parent6c57c88dd27152770b1e913a3db1a8afe9247a8d (diff)
downloadtalos-obmc-uboot-6cfa9eecb4409b1b4e8b4753b2ddfbe33e28bd93.tar.gz
talos-obmc-uboot-6cfa9eecb4409b1b4e8b4753b2ddfbe33e28bd93.zip
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 <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/dlvision-10g.h')
-rw-r--r--include/configs/dlvision-10g.h4
1 files changed, 4 insertions, 0 deletions
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
*/
OpenPOWER on IntegriCloud