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

Wolfgang Denk wd at denx.de
Fri Jul 24 00:41:05 CEST 2009


Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090723222713.GC24893 at game.jcrosoft.org> you wrote:
>
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -2683,6 +2683,18 @@ at91rm9200ek_config	:	unconfig
> >  cmc_pu2_config	:	unconfig
> >  	@$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200
> >  
> > +cpuat91_ram_config \
> > +cpuat91_config	:	unconfig
> > +	@mkdir -p $(obj)include
> > +	@if [ "$(findstring _ram_,$@)" ] ; then \
> > +		echo "#define CONFIG_CPUAT91_RAM 1" >>$(obj)include/config.h ; \
> same as other patch
> no need please define the
> #define CONFIG_SKIP_LOWLEVEL_INIT
> #define CONFIG_SKIP_RELOCATE_UBOOT
> here

No. Not here, i. e. not in the Makefile. We don't want tens of lines
of scripts per board in the top level Makefile.


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: wd at denx.de
When you die, the first thing you lose is your life. The  next  thing
is the illusions.                       - Terry Pratchett, _Pyramids_


More information about the U-Boot mailing list