summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-12-15 13:07:43 -0500
committerJustin Waters <justin.waters@timesys.com>2008-12-15 16:38:23 -0500
commit8ded81556408766f92da361feaa28ff7f92d9116 (patch)
tree2a3712ca7f0a8b4d5f045a0c3b6c271de6fca42c /Makefile
parent6fd5ef701a5295f208b86c4775ec2f645c48108e (diff)
Add support for AT91SAM9G20-EK Board2008.10-at91-200812151807
This adds support for the AT91SAM9G20-EK board in the mainline U-Boot. 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 953ffba1a5..c682ccae9f 100644
--- a/Makefile
+++ b/Makefile
@@ -2524,6 +2524,9 @@ at91cap9adk_config : unconfig
at91sam9260ek_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs at91sam9260ek atmel at91
+at91sam9g20ek_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs at91sam9g20ek atmel at91
+
########################################################################
## ARM Integrator boards - see doc/README-integrator for more info.
integratorap_config \