On Mon, 10 Nov 2008 13:45:53 -0800 (PST)
Ron Madrid <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
Date:   Thu Oct 16 15:01:15 2008 +0200

    rename CFG_ macros to CONFIG_SYS
    
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>

which changed what ns16550 is expecting from CFG_NS16550_REG_SIZE to
CONFIG_SYS_NS16550_REG_SIZE.

> > > +Ron Madrid <[EMAIL PROTECTED]>
> > 
> > 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 <[EMAIL PROTECTED]>

:)

Kim
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to