diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-21 13:02:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-21 19:38:29 -0500 |
commit | 7e65df3899cef3193ec44a7870f9bdc1ee6af833 (patch) | |
tree | 7de7d03d60ab02d8a52eb06bed33e1fdede00247 /arch/arm/boot | |
parent | c4271c6e37c32105492cbbed35f45330cb327b94 (diff) |
ARM: dts: fix duplicated build target and alphabetical sort out for exynos
Commit db5b0ae00712 ("Merge tag 'dt' of git://git.kernel.org/.../arm-soc")
causes a duplicated build target. This patch fixes it and sorts out the
build target alphabetically so that we can recognize something wrong
easily.
Cc: Olof Johansson <olof@lixom.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d077ef8426df..e44da40d984f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -42,11 +42,10 @@ dtb-$(CONFIG_ARCH_DOVE) += dove-cm-a510.dtb \ | |||
42 | dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ | 42 | dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ |
43 | exynos4210-smdkv310.dtb \ | 43 | exynos4210-smdkv310.dtb \ |
44 | exynos4210-trats.dtb \ | 44 | exynos4210-trats.dtb \ |
45 | exynos5250-smdk5250.dtb \ | ||
46 | exynos5440-ssdk5440.dtb \ | ||
47 | exynos4412-smdk4412.dtb \ | 45 | exynos4412-smdk4412.dtb \ |
48 | exynos5250-smdk5250.dtb \ | 46 | exynos5250-smdk5250.dtb \ |
49 | exynos5250-snow.dtb | 47 | exynos5250-snow.dtb \ |
48 | exynos5440-ssdk5440.dtb | ||
50 | dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ | 49 | dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ |
51 | ecx-2000.dtb | 50 | ecx-2000.dtb |
52 | dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ | 51 | dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \ |