summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-04-30 16:40:21 -0400
committerJustin Waters <justin.waters@timesys.com>2008-04-30 16:40:21 -0400
commitfc0717dc30824a3e0b9115c44787af7483e5aaa7 (patch)
tree13e5998024e9b57234273241d0140ce9aa9b01b8 /Makefile
parent6a1a115c56a1783a5dad9a5201a438b169d272fc (diff)
Add support for AT91SAM9G20-EK1.1.5-at91-200804302040
This patch adds support for the AT91SAM9G20-EK board. It comes from the patch u-boot-1.1.5_atmel_1.6.diff, courtesy of linux4sam.org. Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 949eae6aa3..ce2050f0ca 100644
--- a/Makefile
+++ b/Makefile
@@ -2020,6 +2020,9 @@ at91sam9260ek_config : unconfig
at91sam9xeek_config : unconfig
@./mkconfig -n at91sam9xeek at91sam9260ek arm arm926ejs at91sam9260ek NULL at91sam926x
+at91sam9g20ek_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs at91sam9g20ek NULL at91sam926x
+
at91sam9261ek_config : unconfig
@./mkconfig $(@:_config=) arm arm926ejs at91sam9261ek NULL at91sam926x