From 2dc851e3b0f07a56f83060f13882ff4b62cf5112 Mon Sep 17 00:00:00 2001 From: Albin Tonnerre Date: Thu, 20 Aug 2009 16:04:49 +0200 Subject: Support for the Calao TNY-A9260/TNY-A9G20 boards The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by Calao Systems . Their components are very similar to the AT91SAM9260EK board, so their configuration is based on the configuration of this board. There are however some differences: different clocks, no LCD, no ethernet. They also can use SPI EEPROM to store the environment. Signed-off-by: Albin Tonnerre Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- MAKEALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index aeca193ac..03e8b7a20 100755 --- a/MAKEALL +++ b/MAKEALL @@ -613,7 +613,9 @@ LIST_at91=" \ m501sk \ pm9261 \ pm9263 \ - SBC35_A9G20 \ + SBC35_A9G20 \ + TNY_A9260 \ + TNY_A9G20 \ " ######################################################################### -- cgit v1.2.3