]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
AT91 CPUAT91 Fix compiler warning
authorEric Benard <eric@eukrea.com>
Mon, 12 Oct 2009 08:15:39 +0000 (10:15 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 18 Oct 2009 21:40:15 +0000 (16:40 -0500)
This change fixes the compiler warning

main.c: In function 'abortboot':
main.c:122: warning: too few arguments for format

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
include/configs/cpuat91.h

index 0d3acf61ae271b9c838c8e19d779599ba2c24417..8746f702da729291ac1fcebe0b5d93888b7bdc89 100644 (file)
 #define CONFIG_SILENT_CONSOLE          1
 
 #define CONFIG_AUTOBOOT_KEYED          1
-#define CONFIG_AUTOBOOT_PROMPT                 \
-       "Press SPACE to abort autoboot in %d seconds\n"
+#define CONFIG_AUTOBOOT_PROMPT         \
+       "Press SPACE to abort autoboot\n"
 #define CONFIG_AUTOBOOT_STOP_STR       " "
 #define CONFIG_AUTOBOOT_DELAY_STR      "d"