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

Kim Phillips kim.phillips at freescale.com
Tue Jun 16 20:35:44 CEST 2009


On Mon, 15 Jun 2009 21:53:45 -0500
Kumar Gala <galak at kernel.crashing.org> wrote:

> 
> 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

In this case, I'm following the leader's example:

http://lists.denx.de/pipermail/u-boot/2009-June/054195.html

...but if this is something that people feel should be being done on an
arch basis, I'll give asm-ppc a shot.

Kim


More information about the U-Boot mailing list