]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
authorKim Phillips <kim.phillips@freescale.com>
Mon, 15 Jun 2009 16:51:47 +0000 (11:51 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 14 Jul 2009 19:47:21 +0000 (14:47 -0500)
commitd9ac3d5a17ecef0beb70073018925e011b11684e
tree6c43b73be4c89cecbf50e93ee41b1b0436e62a6c
parent7d4450a9773673052fcd7fdf0a4a88c089126ac1
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>
include/configs/MPC8313ERDB.h
include/configs/MPC8315ERDB.h
include/configs/MPC8360ERDK.h
include/configs/SIMPC8313.h