[PATCH] mips: dts: tweak codingstyle for adding new boards

Signed-off-by: Du Huanpeng u74147@gmail.com --- arch/mips/dts/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/mips/dts/Makefile b/arch/mips/dts/Makefile index dc85901..c07bbc5 100644 --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile @@ -1,8 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+
-dtb-$(CONFIG_ARCH_MTMIPS) += \ - gardena-smart-gateway-mt7688.dtb \ - linkit-smart-7688.dtb +dtb-$(CONFIG_ARCH_MTMIPS) += gardena-smart-gateway-mt7688.dtb +dtb-$(CONFIG_ARCH_MTMIPS) += linkit-smart-7688.dtb dtb-$(CONFIG_TARGET_AP121) += ap121.dtb dtb-$(CONFIG_TARGET_AP143) += ap143.dtb dtb-$(CONFIG_TARGET_AP152) += ap152.dtb

Am Sonntag, den 11.10.2020, 08:45 -0700 schrieb Du Huanpeng:
Signed-off-by: Du Huanpeng u74147@gmail.com
arch/mips/dts/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
applied to u-boot-mips, thanks.
participants (2)
-
Daniel Schwierzeck
-
Du Huanpeng