summaryrefslogtreecommitdiffstats
path: root/include/configs/favr-32-ezkit.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-08-20 09:27:37 +0200
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-08-20 09:27:37 +0200
commit25da0b84195fdda89a943b2d25757db5afeef5b8 (patch)
treed955bf8c14e1212cc8e644ca556360ccb43e80b0 /include/configs/favr-32-ezkit.h
parent462da25e89b0b58bf4c66346c1fcb3087c61b4b8 (diff)
downloadtalos-obmc-uboot-25da0b84195fdda89a943b2d25757db5afeef5b8.tar.gz
talos-obmc-uboot-25da0b84195fdda89a943b2d25757db5afeef5b8.zip
favr-32-ezkit: Fix printf format warnings
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'include/configs/favr-32-ezkit.h')
-rw-r--r--include/configs/favr-32-ezkit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h
index 6f77c256bd..a27c02ad25 100644
--- a/include/configs/favr-32-ezkit.h
+++ b/include/configs/favr-32-ezkit.h
@@ -108,7 +108,7 @@
#define CONFIG_AUTOBOOT 1
#define CONFIG_AUTOBOOT_KEYED 1
#define CONFIG_AUTOBOOT_PROMPT \
- "Press SPACE to abort autoboot in %d seconds\n"
+ "Press SPACE to abort autoboot in %d seconds\n", bootdelay
#define CONFIG_AUTOBOOT_DELAY_STR "d"
#define CONFIG_AUTOBOOT_STOP_STR " "
OpenPOWER on IntegriCloud