ARM: dts: move alphascale in makefile
authorOlof Johansson <olof@lixom.net>
Tue, 20 Jan 2015 00:32:42 +0000 (16:32 -0800)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Jan 2015 00:32:45 +0000 (16:32 -0800)
The file is roughly sorted alphabetically (with some exceptions where
old options have been split in two), so alphascale should go at the
top instead of at the bottom.

Also linewrap like other entries have been lately.

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/Makefile

index f2fd0a2..31065cc 100644 (file)
@@ -1,5 +1,7 @@
 ifeq ($(CONFIG_OF),y)
 
+dtb-$(CONFIG_MACH_ASM9260) += \
+       alphascale-asm9260-devkit.dtb
 # Keep at91 dtb files sorted alphabetically for each SoC
 # rm9200
 dtb-$(CONFIG_ARCH_AT91) += at91rm9200ek.dtb
@@ -628,7 +630,6 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
        mt6592-evb.dtb \
        mt8127-moose.dtb \
        mt8135-evbp1.dtb
-dtb-$(CONFIG_MACH_ASM9260) += alphascale-asm9260-devkit.dtb
 endif
 
 always         := $(dtb-y)