[U-Boot] [PATCH] mpc83xx: New board support SIMPC8313

Kim Phillips kim.phillips at freescale.com
Mon Nov 10 23:06:37 CET 2008


On Mon, 10 Nov 2008 13:45:53 -0800 (PST)
Ron Madrid <ron_madrid at sbcglobal.net> wrote:

> > ...NAND...Configuring for SIMPC8313 board...
> > In file included from simpc8313.c:32:
> > /home/kim/git/u-boot/include/ns16550.h:108:2: error: #error "Please define 
> > NS16550 registers size."
> 
> I have this line in my board config file:
> #define CFG_NS16550_REG_SIZE    1
> So I don't know where this error would come from as I did not see it when
> I performed my builds

your tree is not up to date as of at least this commit:

commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Date:   Thu Oct 16 15:01:15 2008 +0200

    rename CFG_ macros to CONFIG_SYS
    
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>

which changed what ns16550 is expecting from CFG_NS16550_REG_SIZE to
CONFIG_SYS_NS16550_REG_SIZE.

> > > +Ron Madrid <info at sheldoninst.com>
> > 
> > hmm..I'm not sure if this email address is acceptable.
> > 
> 
> What are acceptable email addresses if this one in fact is not?

I would think ones that are more likely to be directly associated with
a human being that is familiar with u-boot, e.g.:

Ron Madrid <ron_madrid at sbcglobal.net>

:)

Kim


More information about the U-Boot mailing list