From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Wed, 16 Jul 2008 21:29:26 +0200 Subject: [U-Boot-Users] v1.3.4-rc1 released In-Reply-To: References: Message-ID: <487E4C16.5050603@invitel.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang, u-boot-users-request at lists.sourceforge.net wrote: [...] > - sc3: > main.c: In function 'abortboot': > main.c:119: warning: too many arguments for format [PATCH] sc3: Fix compilerwarning: main.c:119: warning: too many arguments for format Signed-off-by: Heiko Schocher --- include/configs/sc3.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/sc3.h b/include/configs/sc3.h index f6e40de..0ff889a 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -132,7 +132,8 @@ #if 1 /* feel free to disable for development */ #define CONFIG_AUTOBOOT_KEYED /* Enable password protection */ -#define CONFIG_AUTOBOOT_PROMPT "\nSC3 - booting... stop with ENTER\n" +#define CONFIG_AUTOBOOT_PROMPT "\nSC3 - booting in %d seconds ..." \ + " stop with ENTER\n" #define CONFIG_AUTOBOOT_DELAY_STR "\r" /* 1st "password" */ #define CONFIG_AUTOBOOT_DELAY_STR2 "\n" /* 1st "password" */ #endif -- 1.5.6.1