summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-19 02:41:26 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-25 22:07:18 -0400
commit36cf8cb456203886feb7d458f095a9aa49b2f9e9 (patch)
treea7f6e5729a43f2b55cefb3d674f6069378a2024b
parentc163f4478ca72f51b28b55f74addc8fe029d7b83 (diff)
downloadtalos-obmc-uboot-36cf8cb456203886feb7d458f095a9aa49b2f9e9.tar.gz
talos-obmc-uboot-36cf8cb456203886feb7d458f095a9aa49b2f9e9.zip
Blackfin: bf527-ezkit-v2: move to boards.cfg
Now that the boards.cfg file supports options to mkconfig, we can move the bf527-ezkit-v2 target out of the Makefile and into boards.cfg. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-xMAKEALL4
-rw-r--r--Makefile8
-rw-r--r--boards.cfg1
3 files changed, 2 insertions, 11 deletions
diff --git a/MAKEALL b/MAKEALL
index 8ad7e92220..db11f134b8 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -599,9 +599,7 @@ LIST_avr32="$(boards_by_arch avr32)"
## Blackfin Systems
#########################################################################
-LIST_blackfin="$(boards_by_arch blackfin)
- bf527-ezkit-v2
-"
+LIST_blackfin="$(boards_by_arch blackfin)"
#########################################################################
## SH Systems
diff --git a/Makefile b/Makefile
index f8e13d782a..f9f83eb12f 100644
--- a/Makefile
+++ b/Makefile
@@ -1176,14 +1176,6 @@ NIOS2_GENERIC = nios2-generic
$(NIOS2_GENERIC:%=%_config) : unconfig
@$(MKCONFIG) $@ nios2 nios2 nios2-generic altera
-#========================================================================
-# Blackfin
-#========================================================================
-
-bf527-ezkit-v2_config : unconfig
- @$(MKCONFIG) -t BF527_EZKIT_REV_2_1 \
- bf527-ezkit blackfin blackfin bf527-ezkit
-
#########################################################################
#########################################################################
diff --git a/boards.cfg b/boards.cfg
index 4efbff85fd..2bbcd8ddec 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -413,6 +413,7 @@ bct-brettl2 blackfin blackfin
bf518f-ezbrd blackfin blackfin
bf526-ezbrd blackfin blackfin
bf527-ezkit blackfin blackfin
+bf527-ezkit-v2 blackfin blackfin bf527-ezkit - - bf527-ezkit:BF527_EZKIT_REV_2_1
bf527-sdp blackfin blackfin
bf533-ezkit blackfin blackfin
bf533-stamp blackfin blackfin
OpenPOWER on IntegriCloud