brcm63xx: move CPVA502+ to dts

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44990
This commit is contained in:
Jonas Gorski
2015-03-25 15:35:57 +00:00
parent 46b4d4d1d5
commit 582dfc52f5
35 changed files with 103 additions and 32 deletions

View File

@@ -192,6 +192,9 @@ brcm63xx_dt_detect() {
"TECOM GW6200")
board_name="g6200"
;;
"Telsey CVPA502+")
board_name="cpva502p"
;;
"Telsey CPVA642-type (CPA-ZNTE60T)")
board_name="cpva642"
;;
@@ -216,9 +219,6 @@ brcm63xx_legacy_detect() {
local board_name
case "$1" in
CPVA502+)
board_name="cpva502p"
;;
MAGIC)
board_name="magic"
;;