diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-02-16 13:52:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-23 08:50:50 +0100 |
commit | c5330ae8c8169fa9e81e2f8f5db4a9388d0a89d6 (patch) | |
tree | 8eee0e80807bf37107514fcf6d18af8c74faee0d /board/Marvell | |
parent | 81192b79661cf2763abecbf3c3b673142ef4a2cd (diff) |
arm64: mvebu: Rename the db-88f3720 to armada-37xx platform
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>
Diffstat (limited to 'board/Marvell')
-rw-r--r-- | board/Marvell/mvebu_armada-37xx/MAINTAINERS (renamed from board/Marvell/mvebu_db-88f3720/MAINTAINERS) | 4 | ||||
-rw-r--r-- | board/Marvell/mvebu_armada-37xx/Makefile (renamed from board/Marvell/mvebu_db-88f3720/Makefile) | 0 | ||||
-rw-r--r-- | board/Marvell/mvebu_armada-37xx/board.c (renamed from board/Marvell/mvebu_db-88f3720/board.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/board/Marvell/mvebu_db-88f3720/MAINTAINERS b/board/Marvell/mvebu_armada-37xx/MAINTAINERS index 4e80917c72..52a3869b29 100644 --- a/board/Marvell/mvebu_db-88f3720/MAINTAINERS +++ b/board/Marvell/mvebu_armada-37xx/MAINTAINERS @@ -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 diff --git a/board/Marvell/mvebu_db-88f3720/Makefile b/board/Marvell/mvebu_armada-37xx/Makefile index ed39738816..ed39738816 100644 --- a/board/Marvell/mvebu_db-88f3720/Makefile +++ b/board/Marvell/mvebu_armada-37xx/Makefile diff --git a/board/Marvell/mvebu_db-88f3720/board.c b/board/Marvell/mvebu_armada-37xx/board.c index edf88c73e6..edf88c73e6 100644 --- a/board/Marvell/mvebu_db-88f3720/board.c +++ b/board/Marvell/mvebu_armada-37xx/board.c |