Re: [U-Boot] [PATCH] Add support for Eukrea CPUAT91 SBC

2009-08-01 Thread Eric Bénard
Hi Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD a écrit : >> +cpuat91_ram_config \ >> +cpuat91_config : unconfig >> +@mkdir -p $(obj)include >> +@if [ "$(findstring _ram_,$@)" ] ; then \ >> +echo "#define CONFIG_CPUAT91_RAM 1" >>$(obj)include/config.h ; \ > NACK

Re: [U-Boot] [PATCH] Add support for Eukrea CPUAT91 SBC

2009-08-01 Thread Jean-Christophe PLAGNIOL-VILLARD
> index dd0b761..6d18e7f 100755 > --- a/MAKEALL > +++ b/MAKEALL > @@ -595,11 +595,12 @@ LIST_at91=" \ > at91sam9260ek \ > at91sam9261ek \ > at91sam9263ek \ > - at91sam9g10ek \ > + at91sam9g10ek \ again please do

[U-Boot] [PATCH] Add support for Eukrea CPUAT91 SBC

2009-07-30 Thread Eric Benard
CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII mode. v3 : fix coding style issues v4 : fix coding style in ks8721 Signed-off-by: Eric Benard --- MAINTAINERS |4 + MAKEALL