From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Date: Sat, 18 Jul 2009 19:14:57 +0200 Subject: [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC In-Reply-To: <20090718152741.GF30699@game.jcrosoft.org> References: <1247750640-1639-1-git-send-email-eric@eukrea.com> <20090718152741.GF30699@game.jcrosoft.org> Message-ID: <4A620311.8010700@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 Jean-Christophe PLAGNIOL-VILLARD wrote : >> + >> +cpuat91_ram_config \ >> +cpuat91_config : unconfig >> + @if [ "$(findstring _ram_,$@)" ] ; then \ >> + echo "#define CONFIG_CPUAT91_RAM 1" >> ./include/config.h ; \ > what is this ram config? the ram config allows to generate a u-boot without low level init and relocation without having to modify the .h config file. > what is its goal? to generate a u-boot.bin which can be used to bootstrap the AT91RM9200 through it's serial port (using Atmel's loader). Best regards, Eric