diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-19 16:32:42 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-19 16:32:45 -0800 |
commit | 1b012fbc11878a3c965d982f828fccc15caed996 (patch) | |
tree | b0b5c0ca6f564d7fe97e995fb68b04e9742daa34 /arch/arm/boot/dts/Makefile | |
parent | 85027a6792767587a8a2bb11d41db415dd5f9d00 (diff) | |
download | lwn-1b012fbc11878a3c965d982f828fccc15caed996.tar.gz lwn-1b012fbc11878a3c965d982f828fccc15caed996.zip |
ARM: dts: move alphascale in makefile
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>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f2fd0a2eda40..31065cc01df3 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -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) |