]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm64: mvebu: Rename the db-88f3720 to armada-37xx platform
authorKonstantin Porotchkin <kostap@marvell.com>
Thu, 16 Feb 2017 11:52:22 +0000 (13:52 +0200)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:38:08 +0000 (07:38 +0200)
Modify the file names and deifinitions relater to Marvell
db-77f3720 board support. Convert these names to more generic
armada-37xx platform for future addition of more boards
based on the same SoC family.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Igal Liberman <igall@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/Kconfig
board/Marvell/mvebu_armada-37xx/MAINTAINERS [moved from board/Marvell/mvebu_db-88f3720/MAINTAINERS with 58% similarity]
board/Marvell/mvebu_armada-37xx/Makefile [moved from board/Marvell/mvebu_db-88f3720/Makefile with 100% similarity]
board/Marvell/mvebu_armada-37xx/board.c [moved from board/Marvell/mvebu_db-88f3720/board.c with 100% similarity]
configs/mvebu_db-88f3720_defconfig
include/configs/mvebu_armada-37xx.h [moved from include/configs/mvebu_db-88f3720.h with 96% similarity]

index 412bda4160abc542587bbf3dc8a19cd22eae3b7d..a256c2fb779991153e80a4caadcea2df5c238be2 100644 (file)
@@ -74,8 +74,8 @@ config TARGET_CLEARFOG
        bool "Support ClearFog"
        select 88F6820
 
-config TARGET_MVEBU_DB_88F3720
-       bool "Support DB-88F3720 Armada 3720"
+config TARGET_MVEBU_ARMADA_37XX
+       bool "Support Armada 37xx platforms"
        select ARMADA_3700
 
 config TARGET_DB_88F6720
@@ -116,7 +116,7 @@ endchoice
 
 config SYS_BOARD
        default "clearfog" if TARGET_CLEARFOG
-       default "mvebu_db-88f3720" if TARGET_MVEBU_DB_88F3720
+       default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX
        default "db-88f6720" if TARGET_DB_88F6720
        default "db-88f6820-gp" if TARGET_DB_88F6820_GP
        default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
@@ -128,7 +128,7 @@ config SYS_BOARD
 
 config SYS_CONFIG_NAME
        default "clearfog" if TARGET_CLEARFOG
-       default "mvebu_db-88f3720" if TARGET_MVEBU_DB_88F3720
+       default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX
        default "db-88f6720" if TARGET_DB_88F6720
        default "db-88f6820-gp" if TARGET_DB_88F6820_GP
        default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
@@ -140,7 +140,7 @@ config SYS_CONFIG_NAME
 
 config SYS_VENDOR
        default "Marvell" if TARGET_DB_MV784MP_GP
-       default "Marvell" if TARGET_MVEBU_DB_88F3720
+       default "Marvell" if TARGET_MVEBU_ARMADA_37XX
        default "Marvell" if TARGET_DB_88F6720
        default "Marvell" if TARGET_DB_88F6820_GP
        default "Marvell" if TARGET_DB_88F6820_AMC
similarity index 58%
rename from board/Marvell/mvebu_db-88f3720/MAINTAINERS
rename to board/Marvell/mvebu_armada-37xx/MAINTAINERS
index 4e80917c7256b38b187ee784c2a50c109566a3e7..52a3869b29c9337fc7bf8584a5f2c2b0c7eb628b 100644 (file)
@@ -1,6 +1,6 @@
 MVEBU_DB_88F3720 BOARD
 M:     Stefan Roese <sr@denx.de>
 S:     Maintained
-F:     board/Marvell/mvebu_db-88f3720/
-F:     include/configs/mvebu_db-88f3720.h
+F:     board/Marvell/mvebu_armada-37xx/
+F:     include/configs/mvebu_armada-37xx.h
 F:     configs/mvebu_db-88f3720_defconfig
index 80f2599b3f0a71c2d136e3a52903bbbc7c938969..42866956123846f261684c47ffa72778edf05fe9 100644 (file)
@@ -1,7 +1,7 @@
 CONFIG_ARM=y
 CONFIG_ARCH_MVEBU=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
-CONFIG_TARGET_MVEBU_DB_88F3720=y
+CONFIG_TARGET_MVEBU_ARMADA_37XX=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-db"
 CONFIG_AHCI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
similarity index 96%
rename from include/configs/mvebu_db-88f3720.h
rename to include/configs/mvebu_armada-37xx.h
index 6bb78e09b1e5b767aff7f802443459b8b70f6cb5..7eefdb2fd5d9226c792b0a890bc458b56a87f37c 100644 (file)
@@ -4,8 +4,8 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#ifndef _CONFIG_MVEBU_DB_88F3720_H
-#define _CONFIG_MVEBU_DB_88F3720_H
+#ifndef _CONFIG_MVEBU_ARMADA_37XX_H
+#define _CONFIG_MVEBU_ARMADA_37XX_H
 
 /*
  * High Level Configuration Options (easy to change)
 
 #define CONFIG_SUPPORT_VFAT
 
-#endif /* _CONFIG_MVEBU_DB_88F3720_H */
+#endif /* _CONFIG_MVEBU_ARMADA_37XX_H */