aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorMaxime Coquelin <maxime.coquelin@st.com>2014-05-20 11:01:53 +0200
committerMaxime Coquelin <maxime.coquelin@st.com>2014-05-21 14:20:12 +0200
commit35a4d15d860d1ea1ef6eb95e3c96513d23e2cabf (patch)
tree9a584bb8cb163e8848fdeaf98b3c0d61e64aa0f3 /arch/arm/boot
parentLinux 3.15-rc1 (diff)
downloadlinux-dev-35a4d15d860d1ea1ef6eb95e3c96513d23e2cabf.tar.xz
linux-dev-35a4d15d860d1ea1ef6eb95e3c96513d23e2cabf.zip
ARM: dts: Sort STi boards in Makefile
The boards have to be sorted in alphanumerical order in the Makefile. Cc: Olof Johansson <olof@lixom.net> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 35c146f31e46..6fa13435b406 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -336,8 +336,8 @@ dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \
spear320-hmi.dtb
dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb
dtb-$(CONFIG_ARCH_STI)+= stih415-b2000.dtb \
- stih416-b2000.dtb \
stih415-b2020.dtb \
+ stih416-b2000.dtb \
stih416-b2020.dtb
dtb-$(CONFIG_ARCH_SUNXI) += \
sun4i-a10-a1000.dtb \