public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] ppc4xx: Abort autoboot only by space key on CPCI405 boards
@ 2009-02-20  9:19 matthias.fuchs at esd.eu
  2009-02-20  9:19 ` [U-Boot] [PATCH 2/6] ppc4xx: DU405 maintenance fix matthias.fuchs at esd.eu
  2009-02-23 15:53 ` [U-Boot] [PATCH 1/6] ppc4xx: Abort autoboot only by space key on CPCI405 boards Stefan Roese
  0 siblings, 2 replies; 9+ messages in thread
From: matthias.fuchs at esd.eu @ 2009-02-20  9:19 UTC (permalink / raw)
  To: u-boot

From: Matthias Fuchs <matthias.fuchs@esd-electronics.com>

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
---
 include/configs/CPCI4052.h  |    6 ++++++
 include/configs/CPCI405AB.h |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h
index 2677cfb..daa3c19 100644
--- a/include/configs/CPCI4052.h
+++ b/include/configs/CPCI4052.h
@@ -154,6 +154,12 @@
 
 #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */
 
+#define CONFIG_AUTOBOOT_KEYED	1
+#define CONFIG_AUTOBOOT_PROMPT	\
+	"Press SPACE to abort autoboot in %d seconds\n", bootdelay
+#undef CONFIG_AUTOBOOT_DELAY_STR
+#define CONFIG_AUTOBOOT_STOP_STR " "
+
 #define CONFIG_SYS_RX_ETH_BUFFER	16	/* use 16 rx buffer on 405 emac */
 
 /*-----------------------------------------------------------------------
diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h
index aae0d73..41795a7 100644
--- a/include/configs/CPCI405AB.h
+++ b/include/configs/CPCI405AB.h
@@ -151,6 +151,12 @@
 
 #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */
 
+#define CONFIG_AUTOBOOT_KEYED	1
+#define CONFIG_AUTOBOOT_PROMPT	\
+	"Press SPACE to abort autoboot in %d seconds\n", bootdelay
+#undef CONFIG_AUTOBOOT_DELAY_STR
+#define CONFIG_AUTOBOOT_STOP_STR " "
+
 #define CONFIG_SYS_RX_ETH_BUFFER	16	/* use 16 rx buffer on 405 emac */
 
 /*-----------------------------------------------------------------------
-- 
1.6.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-02-23 21:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20  9:19 [U-Boot] [PATCH 1/6] ppc4xx: Abort autoboot only by space key on CPCI405 boards matthias.fuchs at esd.eu
2009-02-20  9:19 ` [U-Boot] [PATCH 2/6] ppc4xx: DU405 maintenance fix matthias.fuchs at esd.eu
2009-02-20  9:19   ` [U-Boot] [PATCH 3/6] ppc4xx: Update TEXT_BASE for DASA_SIM boards matthias.fuchs at esd.eu
2009-02-20  9:19     ` [U-Boot] [PATCH 4/6] ppc4xx: Cleanup linker scripts of esd 4xx boards matthias.fuchs at esd.eu
2009-02-20  9:19       ` [U-Boot] [PATCH 5/6] ppc4xx: Use correct io accessors for esd 405 boards matthias.fuchs at esd.eu
2009-02-20  9:19         ` [U-Boot] [PATCH 6/6] ppc4xx: Use correct io accessors for esd 405/440 boards matthias.fuchs at esd.eu
2009-02-20 16:17       ` [U-Boot] [PATCH 4/6] ppc4xx: Cleanup linker scripts of esd 4xx boards Matthias Fuchs
2009-02-23 15:53 ` [U-Boot] [PATCH 1/6] ppc4xx: Abort autoboot only by space key on CPCI405 boards Stefan Roese
2009-02-23 21:44   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox