diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-02-16 11:52:22 (GMT) |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-23 07:50:50 (GMT) |
commit | c5330ae8c8169fa9e81e2f8f5db4a9388d0a89d6 (patch) | |
tree | 8eee0e80807bf37107514fcf6d18af8c74faee0d /include | |
parent | 81192b79661cf2763abecbf3c3b673142ef4a2cd (diff) | |
download | u-boot-fsl-qoriq-c5330ae8c8169fa9e81e2f8f5db4a9388d0a89d6.tar.xz |
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 'include')
-rw-r--r-- | include/configs/mvebu_armada-37xx.h (renamed from include/configs/mvebu_db-88f3720.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mvebu_db-88f3720.h b/include/configs/mvebu_armada-37xx.h index 6bb78e0..7eefdb2 100644 --- a/include/configs/mvebu_db-88f3720.h +++ b/include/configs/mvebu_armada-37xx.h @@ -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) @@ -126,4 +126,4 @@ #define CONFIG_SUPPORT_VFAT -#endif /* _CONFIG_MVEBU_DB_88F3720_H */ +#endif /* _CONFIG_MVEBU_ARMADA_37XX_H */ |