summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8360ERDK.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2009-06-15 11:51:47 -0500
committerKim Phillips <kim.phillips@freescale.com>2009-07-14 14:47:21 -0500
commitd9ac3d5a17ecef0beb70073018925e011b11684e (patch)
tree6c43b73be4c89cecbf50e93ee41b1b0436e62a6c /include/configs/MPC8360ERDK.h
parent7d4450a9773673052fcd7fdf0a4a88c089126ac1 (diff)
downloadtalos-obmc-uboot-d9ac3d5a17ecef0beb70073018925e011b11684e.tar.gz
talos-obmc-uboot-d9ac3d5a17ecef0beb70073018925e011b11684e.zip
mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
When enabling NAND support for a board, one must also define CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c for correct output. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Cc: Dave Liu <daveliu@freescale.com> Cc: Ron Madrid <ron_madrid@sbcglobal.net> Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'include/configs/MPC8360ERDK.h')
-rw-r--r--include/configs/MPC8360ERDK.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h
index f5844356d2..4fcca09e80 100644
--- a/include/configs/MPC8360ERDK.h
+++ b/include/configs/MPC8360ERDK.h
@@ -212,6 +212,7 @@
#define CONFIG_NAND_FSL_UPM 1
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_MTD_NAND_VERIFY_WRITE
+#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */
#define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_NAND_BASE
#define CONFIG_SYS_LBLAWAR1_PRELIM 0x8000001b /* Access window size 4K */
OpenPOWER on IntegriCloud