public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263
@ 2013-05-15 16:23 Simon Glass
  2013-05-15 16:23 ` [U-Boot] [PATCH v4 2/9] net: Add prototype for update_tftp Simon Glass
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Simon Glass @ 2013-05-15 16:23 UTC (permalink / raw)
  To: u-boot

This is not currently used, since autoboot is not enabled for this
board, but the string is missing a parameter. Add it.


Signed-off-by: Simon Glass <sjg@chromium.org>
---
Changes in v4: None
Changes in v3: None

 include/configs/pm9263.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index b60a9ad..6f6ddfa 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -355,7 +355,7 @@
 
 #define CONFIG_BOOTCOMMAND		"run flashboot"
 #define CONFIG_ROOTPATH			"/ronetix/rootfs"
-#define CONFIG_AUTOBOOT_PROMPT		"autoboot in %d seconds\n"
+#define CONFIG_AUTOBOOT_PROMPT		"autoboot in %d seconds\n", bootdelay
 
 #define CONFIG_CON_ROT			"fbcon=rotate:3 "
 #define CONFIG_BOOTARGS			"root=/dev/mtdblock4 rootfstype=jffs2 "\
-- 
1.8.2.1

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

end of thread, other threads:[~2013-06-05 12:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 16:23 [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 2/9] net: Add prototype for update_tftp Simon Glass
2013-05-15 16:36   ` Joe Hershberger
2013-05-15 16:23 ` [U-Boot] [PATCH v4 3/9] main: Separate out the two abortboot() functions Simon Glass
2013-05-15 16:37   ` Joe Hershberger
2013-05-15 16:23 ` [U-Boot] [PATCH v4 4/9] main: Move boot_delay code into its own function Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 5/9] main: Use get/setenv_ulong() Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 6/9] main: Fix typos and checkpatch warnings in command line reading Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 7/9] main: Correct header order Simon Glass
2013-05-15 16:24 ` [U-Boot] [PATCH v4 8/9] main: Add debug_parser() to avoid #ifdefs Simon Glass
2013-05-15 16:24 ` [U-Boot] [PATCH v4 9/9] main: Add debug_bootkeys " Simon Glass
2013-05-17  6:06 ` [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 Andreas Bießmann
2013-06-05 12:33 ` Tom Rini

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