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>
This commit is contained in:
parent
d6639d10db
commit
6236fd75af
|
@ -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 "\
|
||||
|
|
Loading…
Reference in New Issue