diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-04-12 08:47:04 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:20:10 +0200 |
commit | 205c75e88ce44636bb1958cb50eda24797423909 (patch) | |
tree | 02f6da3a641f54ec2d2ba3739a6a4729448d7b87 /arch/arm/dts/Makefile | |
parent | 93b3e812122a1a52ca00cbe6f6f71324c8127a85 (diff) |
ARM: mvebu: rename armada-385-amc.dts to armada-385-db-88f6820-amc.dts
This board was added to u-boot first but the Linux maintainers requested
a more descriptive name. Rename the file to match the Linux usage and
update the board defconfig.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 524c1ee0db..0bed99b2e2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -138,7 +138,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \ armada-388-clearfog.dtb \ armada-388-gp.dtb \ armada-388-helios4.dtb \ - armada-385-amc.dtb \ + armada-385-db-88f6820-amc.dtb \ armada-385-turris-omnia.dtb \ armada-7040-db.dtb \ armada-7040-db-nand.dtb \ |