summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Waters <justin@justin-linux.(none)>2008-01-21 13:46:21 -0500
committerJustin Waters <justin@justin-linux.(none)>2008-01-21 13:46:21 -0500
commit037af3481edfb2b7a3fbed1dffd277df25f677b9 (patch)
tree2c39b8891b4494298b7ee447c480645d96e13bdb /Makefile
parentba999c531ed16ec749b2b6f4b0133cee38842b91 (diff)
Add Atmel AT91 patch version 1.5
This patch adds support for the following boards: AT91RM9200-EK AT91SAM9260-EK AT91SAM9261-EK AT91SAM9263-EK AT91SAM9RL-EK It was downloaded from http://www.linux4sam.org/twiki/pub/Linux4SAM/U-Boot/u-boot-1.1.5_atmel_1.5.diff.bz2 Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92034947962..949eae6aa36 100644
--- a/Makefile
+++ b/Makefile
@@ -1742,6 +1742,9 @@ xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1)))
at91rm9200dk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200dk NULL at91rm9200
+at91rm9200ek_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200ek NULL at91rm9200
+
cmc_pu2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200
@@ -2008,6 +2011,25 @@ zylonite_config :
@$(MKCONFIG) $(@:_config=) arm pxa zylonite
#########################################################################
+## ARM926EJS Systems
+#########################################################################
+
+at91sam9260ek_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs at91sam9260ek NULL at91sam926x
+
+at91sam9xeek_config : unconfig
+ @./mkconfig -n at91sam9xeek at91sam9260ek arm arm926ejs at91sam9260ek NULL at91sam926x
+
+at91sam9261ek_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs at91sam9261ek NULL at91sam926x
+
+at91sam9rlek_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs at91sam9rlek NULL at91sam926x
+
+at91sam9263ek_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs at91sam9263ek NULL at91sam926x
+
+#########################################################################
## ARM1136 Systems
#########################################################################
omap2420h4_config : unconfig