From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Date: Sat, 01 Aug 2009 17:40:15 +0200 Subject: [U-Boot] [PATCH] Add support for Eukrea CPUAT91 SBC In-Reply-To: <20090801094026.GC2637@game.jcrosoft.org> References: <4A67FE4D.6050604@gmail.com> <1248981495-27476-1-git-send-email-eric@eukrea.com> <20090801094026.GC2637@game.jcrosoft.org> Message-ID: <4A7461DF.6020602@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > no new config for this you must use the current one You told me : "no need please define the #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SKIP_RELOCATE_UBOOT here" Wolfgang said : "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." So may you please give me a hint of what is the right way to do this ? >> + $(XECHO) "... CPUAT91 configured for RAM" ; \ >> + else \ >> + echo "#define CONFIG_BOOTDELAY 1" >>$(obj)include/config.h ;\ >> + $(XECHO) "... CPUAT91 configured for Flash" ;\ >> + fi; >> + @$(MKCONFIG) -a cpuat91 arm arm920t cpuat91 eukrea at91rm9200 >> + Thanks Eric