summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Kaehlcke <matthias@kaehlcke.net>2010-02-01 21:29:48 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-02-05 15:48:28 -0600
commit8ed0f6108ff771ea605c896ce6e416b502f2cb55 (patch)
treec80ba4c75088e4b9575f178237a2a268cf355b06 /Makefile
parent7f5a9c237e1ab2488518953442bcde882c5edd66 (diff)
downloadu-boot-imx-8ed0f6108ff771ea605c896ce6e416b502f2cb55.zip
u-boot-imx-8ed0f6108ff771ea605c896ce6e416b502f2cb55.tar.gz
u-boot-imx-8ed0f6108ff771ea605c896ce6e416b502f2cb55.tar.bz2
Add support for EDB93xx boards
Added support for the following EDB93xx boards: EDB9301 EDB9302 EDB9302A EDB9307 EDB9307A EDB93012 EDB9315 EDB9315A Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 628bcdb..327aa8c 100644
--- a/Makefile
+++ b/Makefile
@@ -2416,6 +2416,16 @@ caddy2_config \
vme8349_config: unconfig
@$(MKCONFIG) -t $(@:_config=) vme8349 ppc mpc83xx vme8349 esd
+edb9301_config \
+edb9302_config \
+edb9302a_config \
+edb9307_config \
+edb9307a_config \
+edb9312_config \
+edb9315_config \
+edb9315a_config: unconfig
+ @$(MKCONFIG) -t $(@:_config=) edb93xx arm arm920t edb93xx NULL ep93xx
+
#########################################################################
## MPC85xx Systems
#########################################################################