On 9/15/21 7:14 AM, Nishanth Menon wrote: > Make sure that the platforms are grouped together per SoC. This helps > keep the Makefile readable as newer platforms get added to the list. > > Signed-off-by: Nishanth Menon <nm@xxxxxx> +1 for the logical grouping by SoC. Acked-by: Suman Anna <s-anna@xxxxxx> regards Suman > --- > arch/arm64/boot/dts/ti/Makefile | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile > index d56c742f5a10..7bfc543a578c 100644 > --- a/arch/arm64/boot/dts/ti/Makefile > +++ b/arch/arm64/boot/dts/ti/Makefile > @@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb > dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb > > dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb > - > dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb >