From mboxrd@z Thu Jan 1 00:00:00 1970 From: Du Huanpeng Date: Sun, 11 Oct 2020 08:45:34 -0700 Subject: [PATCH] mips: dts: tweak codingstyle for adding new boards Message-ID: <1602431134-1596-1-git-send-email-u74147@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Du Huanpeng --- 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 -- 2.7.4