diff mbox series

mips: dts: tweak codingstyle for adding new boards

Message ID 1602431134-1596-1-git-send-email-u74147@gmail.com
State Superseded
Delegated to: Daniel Schwierzeck
Headers show
Series mips: dts: tweak codingstyle for adding new boards | expand

Commit Message

Du Huanpeng Oct. 11, 2020, 3:45 p.m. UTC
Signed-off-by: Du Huanpeng <u74147@gmail.com>
---
 arch/mips/dts/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Daniel Schwierzeck Oct. 12, 2020, 5:12 p.m. UTC | #1
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.
diff mbox series

Patch

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