summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Gorsulowski <Daniel.Gorsulowski@esd.eu>2010-01-25 10:50:41 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-02-12 12:31:53 -0600
commit44d80256229d05862622f4dd886466fd70fe04ae (patch)
tree4c9eb7d39f80e009a3aa002087d5a6bc50ca1b89 /Makefile
parent0b692dcb190655c7eb96b6b8003bee163e3b58dd (diff)
downloadtalos-obmc-uboot-44d80256229d05862622f4dd886466fd70fe04ae.tar.gz
talos-obmc-uboot-44d80256229d05862622f4dd886466fd70fe04ae.zip
at91: Add esd gmbh OTC570 board support
This patch adds support for esd gmbh OTC570 board. The OTC570 is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4431f7fb6..c4402c2092 100644
--- a/Makefile
+++ b/Makefile
@@ -2870,6 +2870,9 @@ at91sam9g45ekes_config : unconfig
fi;
@$(MKCONFIG) -a at91sam9m10g45ek arm arm926ejs at91sam9m10g45ek atmel at91
+otc570_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs otc570 esd at91
+
pm9263_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs pm9263 ronetix at91
OpenPOWER on IntegriCloud