From: Heiko Schocher <heiko.schocher@invitel.hu>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] v1.3.4-rc1 released
Date: Wed, 16 Jul 2008 21:29:26 +0200 [thread overview]
Message-ID: <487E4C16.5050603@invitel.hu> (raw)
In-Reply-To: <mailman.767415.1216216547.5026.u-boot-users@lists.sourceforge.net>
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 <hs@denx.de>
---
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
next parent reply other threads:[~2008-07-16 19:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.767415.1216216547.5026.u-boot-users@lists.sourceforge.net>
2008-07-16 19:29 ` Heiko Schocher [this message]
2008-07-16 21:14 ` [U-Boot-Users] v1.3.4-rc1 released Wolfgang Denk
2008-07-17 6:41 Heiko Schocher
2008-07-17 8:24 ` Wolfgang Denk
2008-07-17 8:59 ` Heiko Schocher
2008-07-17 10:21 ` Jerry Van Baren
2008-07-17 11:48 ` Jerry Van Baren
2008-07-17 12:53 ` Heiko Schocher
-- strict thread matches above, loose matches on Subject: below --
2008-07-16 11:18 Wolfgang Denk
2008-07-16 13:32 ` Jerry Van Baren
2008-07-23 19:12 ` Scott Wood
2008-07-29 14:37 ` Wolfgang Denk
2008-07-29 16:48 ` Scott Wood
2008-07-31 8:31 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=487E4C16.5050603@invitel.hu \
--to=heiko.schocher@invitel.hu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.