summaryrefslogtreecommitdiffstats
path: root/include/configs/pm9263.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-05-15 06:23:53 +0000
committerTom Rini <trini@ti.com>2013-06-04 16:06:31 -0400
commit6236fd75af89cbef173b675a96dd26da56242452 (patch)
treea05546d87453edd0b6d8e4d7719ebfcd45bffcdd /include/configs/pm9263.h
parentd6639d10dbfa42dc888f8917012550b632a88959 (diff)
downloadblackbird-obmc-uboot-6236fd75af89cbef173b675a96dd26da56242452.tar.gz
blackbird-obmc-uboot-6236fd75af89cbef173b675a96dd26da56242452.zip
at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263
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> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/pm9263.h')
-rw-r--r--include/configs/pm9263.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index b60a9ade15..6f6ddfa20e 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 "\
OpenPOWER on IntegriCloud