summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-03-26 18:52:33 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-04-01 01:46:12 +0200
commit0176d43e759a6e00cacc85eff26fd60f74b4f6b7 (patch)
treeb181c51bf4dca090faecd5bbeb5b95acbeab120e /Makefile
parent1762f13b4aab88b685b1722f17dada247945624b (diff)
downloadblackbird-obmc-uboot-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.tar.gz
blackbird-obmc-uboot-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.zip
Add support for AT91SAM9260EK
Support for booting from internal DataFlash, external DataFlash card or NAND flash is available. Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 429a194753..cf16bd6674 100644
--- a/Makefile
+++ b/Makefile
@@ -2308,6 +2308,9 @@ at91cap9adk_config : unconfig
at91rm9200dk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200dk atmel at91rm9200
+at91sam9260ek_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs at91sam9260ek atmel at91sam9
+
cmc_pu2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200
OpenPOWER on IntegriCloud