summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederik Kriewitz <frederik@kriewitz.eu>2009-08-23 12:56:42 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-09-05 01:33:14 +0200
commitc35d7cf071f171bd6bba69f1563a6ac578a18ea6 (patch)
treed5e0f0fd65862cd44147a3265922b1732d9c5096 /Makefile
parent127f9ae575991aee3e105e1448c49b5b4e254998 (diff)
downloadblackbird-obmc-uboot-c35d7cf071f171bd6bba69f1563a6ac578a18ea6.tar.gz
blackbird-obmc-uboot-c35d7cf071f171bd6bba69f1563a6ac578a18ea6.zip
Add support for the DevKit8000 board
This patch adds support for the DevKit8000 board. Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 831be626d0..8e820846cd 100644
--- a/Makefile
+++ b/Makefile
@@ -3145,6 +3145,9 @@ SMN42_config : unconfig
## ARM CORTEX Systems
#########################################################################
+devkit8000_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 devkit8000 timll omap3
+
omap3_beagle_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 beagle ti omap3
OpenPOWER on IntegriCloud