summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2009-10-12 10:15:40 +0200
committerTom Rix <Tom.Rix@windriver.com>2009-10-18 16:39:01 -0500
commitb1e81f701d044eee3884202b127d5d1f0668bdb9 (patch)
treebb3eecbfc6826dc6f09d271bfab2e733bc4917e3 /include
parent94d50c527a3cedb6a41fbe6773256cdd1855317f (diff)
downloadblackbird-obmc-uboot-b1e81f701d044eee3884202b127d5d1f0668bdb9.tar.gz
blackbird-obmc-uboot-b1e81f701d044eee3884202b127d5d1f0668bdb9.zip
AT91 CPU9260 CPU9G20 Fix compile warnings
This change fixes the compiler warning nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/cpu9260.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h
index 4ef8566ea2..de8cfb7c60 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
OpenPOWER on IntegriCloud