projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ARM: dts: Sort STi boards in Makefile
author
Maxime Coquelin
<maxime.coquelin@st.com>
Tue, 20 May 2014 09:01:53 +0000
(11:01 +0200)
committer
Maxime Coquelin
<maxime.coquelin@st.com>
Wed, 21 May 2014 12:20:12 +0000
(14:20 +0200)
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>
arch/arm/boot/dts/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/Makefile
b/arch/arm/boot/dts/Makefile
index 35c146f31e46effa1b3b64cd69fd3a3b76ab38cb..6fa13435b4064a6c282e7dfb0cb5b9efad3f2df0 100644
(file)
--- 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 \