From 6236fd75af89cbef173b675a96dd26da56242452 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 15 May 2013 06:23:53 +0000 Subject: at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Andreas Bießmann --- include/configs/pm9263.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/pm9263.h') 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 "\ -- cgit v1.1