summaryrefslogtreecommitdiffstats
path: root/include/configs/sc3.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-18 15:32:10 +0200
committerWolfgang Denk <wd@denx.de>2009-07-18 15:32:10 +0200
commit170c19725ecd3a0e2e517dfd49979ca8822edec0 (patch)
tree5d5b2aa0519a5c559121ed0445d68695a1025d46 /include/configs/sc3.h
parent6e897a661fb9968ce354165a12cce82e4b889e04 (diff)
downloadblackbird-obmc-uboot-170c19725ecd3a0e2e517dfd49979ca8822edec0.tar.gz
blackbird-obmc-uboot-170c19725ecd3a0e2e517dfd49979ca8822edec0.zip
NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
Commit 8d2effea added a warning for configurations that use NAND without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but failed to fix the affected boards. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/sc3.h')
-rw-r--r--include/configs/sc3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sc3.h b/include/configs/sc3.h
index 97e1da22bb..7e00ab8c71 100644
--- a/include/configs/sc3.h
+++ b/include/configs/sc3.h
@@ -426,6 +426,7 @@ extern unsigned long offsetOfEnvironment;
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE 0x77D00000
+#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */
#define CONFIG_JFFS2_NAND 1 /* jffs2 on nand support */
OpenPOWER on IntegriCloud