diff options
author | Nishanth Menon <nm@ti.com> | 2021-09-15 15:14:42 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2021-10-06 01:46:39 +0300 |
commit | e94575e1b05c057895ad36b5cbc539209f2cd64e (patch) | |
tree | 896ea8ac528034b96ab8bd22bdeab5be0b0192f6 | |
parent | c9087e3898a1d085c6fd462e9c325a0afcb4af29 (diff) | |
download | linux-e94575e1b05c057895ad36b5cbc539209f2cd64e.tar.xz |
arm64: dts: ti: Makefile: Collate AM64 platforms together
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@ti.com>
Acked-by: Suman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20210915121442.27112-1-nm@ti.com
-rw-r--r-- | arch/arm64/boot/dts/ti/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |