summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2018-04-24 19:34:20 +0800
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-04-25 09:13:40 +0200
commit61bec3bb09260382258201a727e4eea151513961 (patch)
treec128f731175aa06cbc62462554f662a736e44ee7 /arch/arm/boot/dts/Makefile
parentb8f4f1180726d53778771ebf8421bea13a63fc9b (diff)
downloadlwn-61bec3bb09260382258201a727e4eea151513961.tar.gz
lwn-61bec3bb09260382258201a727e4eea151513961.zip
ARM: dts: sun8i: h2-plus: Sort dtb entries in Makefile
The dtb entry for the Banana Pi M2 Zero in the device tree makefile somehow ended up in between two Orange Pi boards. Move it so the list is properly sorted. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-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 7e2424957809..5c979ed6c77b 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -992,8 +992,8 @@ dtb-$(CONFIG_MACH_SUN8I) += \
sun8i-a83t-bananapi-m3.dtb \
sun8i-a83t-cubietruck-plus.dtb \
sun8i-a83t-tbs-a711.dtb \
- sun8i-h2-plus-orangepi-r1.dtb \
sun8i-h2-plus-bananapi-m2-zero.dtb \
+ sun8i-h2-plus-orangepi-r1.dtb \
sun8i-h2-plus-orangepi-zero.dtb \
sun8i-h3-bananapi-m2-plus.dtb \
sun8i-h3-beelink-x2.dtb \