Message ID | 20241104230628.3736186-1-csokas.bence@prolan.hu (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | ARM: dts: allwinner: Remove accidental suniv duplicates | expand |
On Tue, 5 Nov 2024 00:06:27 +0100 "Csókás, Bence" <csokas.bence@prolan.hu> wrote: Hi, > Allwinner suniv boards' DT files were accidentally duplicated > in the Makefile when they were moved to the new directory > structure. Remove these duplicates for code cleanness. > > Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") > Signed-off-by: Csókás, Bence <csokas.bence@prolan.hu> Ah, good catch! Reviewed-by: Andre Przywara <andre.przywara@arm.com> Cheers, Andre > --- > arch/arm/boot/dts/allwinner/Makefile | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm/boot/dts/allwinner/Makefile b/arch/arm/boot/dts/allwinner/Makefile > index cd0d044882cf..2ea5df3d9894 100644 > --- a/arch/arm/boot/dts/allwinner/Makefile > +++ b/arch/arm/boot/dts/allwinner/Makefile > @@ -268,7 +268,3 @@ dtb-$(CONFIG_MACH_SUNIV) += \ > suniv-f1c100s-licheepi-nano.dtb \ > suniv-f1c200s-lctech-pi.dtb \ > suniv-f1c200s-popstick-v1.1.dtb > -dtb-$(CONFIG_MACH_SUNIV) += \ > - suniv-f1c100s-licheepi-nano.dtb \ > - suniv-f1c200s-lctech-pi.dtb \ > - suniv-f1c200s-popstick-v1.1.dtb
On Tue, 05 Nov 2024 00:06:27 +0100, Csókás, Bence wrote: > Allwinner suniv boards' DT files were accidentally duplicated > in the Makefile when they were moved to the new directory > structure. Remove these duplicates for code cleanness. > > Applied to dt-for-6.13 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [1/1] ARM: dts: allwinner: Remove accidental suniv duplicates commit: bd4215c71992d89ab84339aab56bd8574134708f Best regards,
On Tue, 05 Nov 2024 00:06:27 +0100, Csókás, Bence wrote: > Allwinner suniv boards' DT files were accidentally duplicated > in the Makefile when they were moved to the new directory > structure. Remove these duplicates for code cleanness. > > Applied to dt-for-6.13 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [1/1] ARM: dts: allwinner: Remove accidental suniv duplicates commit: 2ccfecbf9d48edfd866259feb464f62ace681323 Best regards,
diff --git a/arch/arm/boot/dts/allwinner/Makefile b/arch/arm/boot/dts/allwinner/Makefile index cd0d044882cf..2ea5df3d9894 100644 --- a/arch/arm/boot/dts/allwinner/Makefile +++ b/arch/arm/boot/dts/allwinner/Makefile @@ -268,7 +268,3 @@ dtb-$(CONFIG_MACH_SUNIV) += \ suniv-f1c100s-licheepi-nano.dtb \ suniv-f1c200s-lctech-pi.dtb \ suniv-f1c200s-popstick-v1.1.dtb -dtb-$(CONFIG_MACH_SUNIV) += \ - suniv-f1c100s-licheepi-nano.dtb \ - suniv-f1c200s-lctech-pi.dtb \ - suniv-f1c200s-popstick-v1.1.dtb
Allwinner suniv boards' DT files were accidentally duplicated in the Makefile when they were moved to the new directory structure. Remove these duplicates for code cleanness. Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") Signed-off-by: Csókás, Bence <csokas.bence@prolan.hu> --- arch/arm/boot/dts/allwinner/Makefile | 4 ---- 1 file changed, 4 deletions(-)