Dear Marek Vasut, In message <[email protected]> you wrote: > 128MB NOR module support. > Define __io to get harddrive working. > Fix saving of environment into OneNAND. > Boot from harddrive when possible. > Add missing MAINTAINERS entry. > > Signed-off-by: Marek Vasut <[email protected]> > --- > MAINTAINERS | 1 + > MAKEALL | 3 +- > Makefile | 7 ++- > board/vpac270/Makefile | 7 +-- > board/vpac270/lowlevel_init.S | 1 - > board/vpac270/vpac270.c | 44 ++++++----------- > include/configs/vpac270.h | 106 +++++++++++++++++++++++----------------- > 7 files changed, 88 insertions(+), 81 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c6fe1d3..7ba4b8b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -797,6 +797,7 @@ Marek Vasut <[email protected]> > > palmld xscale > palmtc xscale > + vpac270 xscale > > Hugo Villeneuve <[email protected]> > > diff --git a/MAKEALL b/MAKEALL > index 1b506d6..9dd3636 100755 > --- a/MAKEALL > +++ b/MAKEALL > @@ -546,7 +546,8 @@ LIST_at91=" \ > LIST_pxa="$(boards_by_cpu pxa) > polaris \ > trizepsiv \ > - vpac270_nor \ > + vpac270_nor_128M\ > + vpac270_nor_256M\ > vpac270_onenand \
We do not accept such additions to MAKEALL any more. This shouldbe handled through boards.cfg; see previous discussion. > > diff --git a/Makefile b/Makefile > index 84947d0..e62d0cc 100644 > --- a/Makefile > +++ b/Makefile > @@ -2187,13 +2187,18 @@ trizepsiv_config : unconfig > fi; > @$(MKCONFIG) -n $@ -a trizepsiv arm pxa trizepsiv > > -vpac270_nor_config \ > +vpac270_nor_256M_config \ > +vpac270_nor_128M_config \ > vpac270_onenand_config : unconfig Ditto. > diff --git a/board/vpac270/vpac270.c b/board/vpac270/vpac270.c > index f792298..1557d1b 100644 > --- a/board/vpac270/vpac270.c > +++ b/board/vpac270/vpac270.c > @@ -1,16 +1,7 @@ > /* > - * (C) Copyright 2004 > - * Robert Whaley, Applied Data Systems, Inc. [email protected] > + * Voipac PXA270 Support > * > - * (C) Copyright 2002 > - * Kyle Harris, Nexus Technologies, Inc. [email protected] > - * > - * (C) Copyright 2002 > - * Sysgo Real-Time Solutions, GmbH <www.elinos.com> > - * Marius Groeger <[email protected]> > - * > - * See file CREDITS for list of people who contributed to this > - * project. > + * Copyright (C) 2010 Marek Vasut <[email protected]> I guess this file was originally copied from some other source? Why is it OK to remove the original Copyrights? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] An armed society is a polite society. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

