diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-02-16 13:52:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 07:38:08 +0200 |
commit | 40991a95bb113aadbb1714c6f6c7b9a4fb2225e4 (patch) | |
tree | 949dd5a562650fc42b0fee69b64705c9d675d5d4 /configs | |
parent | 137b1883e756f60ef4b1e1720dafcbf7d76d87c5 (diff) | |
download | u-boot-40991a95bb113aadbb1714c6f6c7b9a4fb2225e4.zip u-boot-40991a95bb113aadbb1714c6f6c7b9a4fb2225e4.tar.gz u-boot-40991a95bb113aadbb1714c6f6c7b9a4fb2225e4.tar.bz2 |
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 'configs')
-rw-r--r-- | configs/mvebu_db-88f3720_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index 80f2599..4286695 100644 --- a/configs/mvebu_db-88f3720_defconfig +++ b/configs/mvebu_db-88f3720_defconfig @@ -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 |