[U-Boot] [PATCH] mpc83xx: set 64BIT_VSPRINTF for boards using nand_util

Kumar Gala galak at kernel.crashing.org
Tue Jun 16 04:53:45 CEST 2009


On Jun 15, 2009, at 11:50 AM, Kim Phillips wrote:

> 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 at freescale.com>
> Cc: Dave Liu <daveliu at freescale.com>
> Cc: Ron Madrid <ron_madrid at sbcglobal.net>
> Cc: Anton Vorontsov <avorontsov at ru.mvista.com>
> ---
> include/configs/MPC8313ERDB.h |    1 +
> include/configs/MPC8315ERDB.h |    1 +
> include/configs/MPC8360ERDK.h |    1 +
> include/configs/SIMPC8313.h   |    1 +
> 4 files changed, 4 insertions(+), 0 deletions(-)

what about putting this dependency in include/asm-*/config.h

- k


More information about the U-Boot mailing list