From: Eric Benard <eric@eukrea.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] fix CPU9260/CPU9G20 compile warnings
Date: Mon, 12 Oct 2009 10:15:40 +0200 [thread overview]
Message-ID: <1255335340-8081-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1255335340-8081-1-git-send-email-eric@eukrea.com>
nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!
Signed-off-by: Eric Benard <eric@eukrea.com>
---
include/configs/cpu9260.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h
index 4ef8566..de8cfb7 100644
--- a/include/configs/cpu9260.h
+++ b/include/configs/cpu9260.h
@@ -295,6 +295,7 @@
#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PC14
#define CONFIG_SYS_NAND_MASK_ALE (1 << 21)
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
+#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */
/* NOR flash */
#define CONFIG_SYS_FLASH_CFI 1
--
1.6.0.4
next prev parent reply other threads:[~2009-10-12 8:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-11 19:00 [U-Boot] arm/master merged Tom Rix
2009-10-12 7:31 ` Simon Kagstrom
2009-10-12 8:15 ` [U-Boot] [PATCH] fix cpuat91 compile warning Eric Benard
2009-10-12 8:15 ` Eric Benard [this message]
2009-10-12 11:34 ` [U-Boot] [PATCH] fix CPU9260/CPU9G20 compile warnings Tom Rix
2009-10-17 16:00 ` Tom Rix
2009-10-12 11:33 ` [U-Boot] [PATCH] fix cpuat91 compile warning Tom Rix
2009-10-17 15:59 ` Tom Rix
2009-10-18 19:58 ` 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=1255335340-8081-2-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--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.