Ver Fonte

hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Haavard Skinnemoen há 16 anos atrás
pai
commit
33eac2b3d9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      include/configs/hammerhead.h

+ 1 - 1
include/configs/hammerhead.h

@@ -83,7 +83,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	" "