From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 6 Jan 2009 21:18:42 +0100 Subject: [U-Boot] [PATCH v2] at91: add at91sam9xeek board support In-Reply-To: <49621C52.5040001@atmel.com> References: <49621C52.5040001@atmel.com> Message-ID: <20090106201842.GL29775@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15:42 Mon 05 Jan , Nicolas Ferre wrote: > At91sam9xe is basically an at91sam9260 with embedded flash. We can manage > it as another entry for at91sam9260 in the Makefile. > > Check documentation at : > http://www.atmel.com/dyn/products/product_card.asp?part_id=4263 > > Signed-off-by: Nicolas Ferre > --- > Patch against u-boot-at91.git > > V2 integrates the typo noted during > the v1 review (Typo: CFG_ convert to CONFIG_SYS_) > > Makefile | 17 +++++++++++++++++ > 1 files changed, 17 insertions(+), 0 deletions(-) applied Best Regards, J.