summaryrefslogtreecommitdiffstats
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-12 12:31:54 -0600
commitcf3c142ee4be0f077f8b84593f1b24b35d14039e (patch)
tree7687c04cea8b29ec69a8ef2ebc64864d46a20ab1 /Makefile
parentd798e27b14543762f9f5d0561a3430c7f9e2153b (diff)
downloadtalos-obmc-uboot-cf3c142ee4be0f077f8b84593f1b24b35d14039e.tar.gz
talos-obmc-uboot-cf3c142ee4be0f077f8b84593f1b24b35d14039e.zip
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 c4402c2092..8ce248d38e 100644
--- a/Makefile
+++ b/Makefile
@@ -2413,6 +2413,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
#########################################################################
OpenPOWER on IntegriCloud