From ea5c50f297774ee7c7078a4138d84de3a6150dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Mon, 18 Jul 2011 09:41:04 +0000 Subject: MAKEALL: remove obsolete at91rm9200 soc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since complete at91rm9200 SoC device was droped (due to replacement with common at91 code) this parameter can safely be removed. Signed-off-by: Andreas Bießmann --- MAKEALL | 1 - 1 file changed, 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index 266e231..2f4eeb7 100755 --- a/MAKEALL +++ b/MAKEALL @@ -444,7 +444,6 @@ LIST_ARMV7=" \ ######################################################################### LIST_at91="$(boards_by_soc at91)\ - $(boards_by_soc at91rm9200)\ at91sam9260ek \ at91sam9261ek \ at91sam9263ek \ -- cgit v1.1 From 21d671d0c492984c75c7cb704325e56448bf277a Mon Sep 17 00:00:00 2001 From: "Xu, Hong" Date: Mon, 1 Aug 2011 03:56:53 +0000 Subject: AT91: Makes AT91SAM9RL-EK build correctly against u-boot-atmel/master Rework for AT91SAM9RL-EK, makes it build again. Based on the work for AT91SAM9260-EK. V4: added changes to MAKEALL Signed-off-by: Hong Xu Signed-off-by: Reinhard Meyer --- MAKEALL | 1 - 1 file changed, 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index 2f4eeb7..dad6bd1 100755 --- a/MAKEALL +++ b/MAKEALL @@ -450,7 +450,6 @@ LIST_at91="$(boards_by_soc at91)\ at91sam9g10ek \ at91sam9g20ek \ at91sam9m10g45ek \ - at91sam9rlek \ pm9g45 \ SBC35_A9G20 \ TNY_A9260 \ -- cgit v1.1 From 97a470da0388c8ee0372f4228d6ebdb9926dd328 Mon Sep 17 00:00:00 2001 From: Reinhard Meyer Date: Tue, 2 Aug 2011 13:31:11 +0000 Subject: MAKEALL: remove AT91 boards that are in boards.cfg Signed-off-by: Reinhard Meyer --- MAKEALL | 5 ----- 1 file changed, 5 deletions(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index dad6bd1..3b98f03 100755 --- a/MAKEALL +++ b/MAKEALL @@ -444,11 +444,6 @@ LIST_ARMV7=" \ ######################################################################### LIST_at91="$(boards_by_soc at91)\ - at91sam9260ek \ - at91sam9261ek \ - at91sam9263ek \ - at91sam9g10ek \ - at91sam9g20ek \ at91sam9m10g45ek \ pm9g45 \ SBC35_A9G20 \ -- cgit v1.1