All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@csie.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] sunxi: Sort dts Makefile entries for H3
Date: Tue, 24 Apr 2018 20:07:13 +0800	[thread overview]
Message-ID: <20180424120713.27858-6-wens@csie.org> (raw)
In-Reply-To: <20180424120713.27858-1-wens@csie.org>

The dts Makefile entries for the H3 are not ordered correctly.
Move the Nano Pi entries before the Orange Pi so they are.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/dts/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 482ece6112f2..1d58e777b0a0 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -355,6 +355,10 @@ dtb-$(CONFIG_MACH_SUN8I_H3) += \
 	sun8i-h2-plus-orangepi-zero.dtb \
 	sun8i-h3-bananapi-m2-plus.dtb \
 	sun8i-h3-libretech-all-h3-cc.dtb \
+	sun8i-h3-nanopi-m1.dtb \
+	sun8i-h3-nanopi-m1-plus.dtb \
+	sun8i-h3-nanopi-neo.dtb \
+	sun8i-h3-nanopi-neo-air.dtb
 	sun8i-h3-orangepi-2.dtb \
 	sun8i-h3-orangepi-lite.dtb \
 	sun8i-h3-orangepi-one.dtb \
@@ -362,10 +366,6 @@ dtb-$(CONFIG_MACH_SUN8I_H3) += \
 	sun8i-h3-orangepi-pc-plus.dtb \
 	sun8i-h3-orangepi-plus.dtb \
 	sun8i-h3-orangepi-plus2e.dtb \
-	sun8i-h3-nanopi-m1.dtb \
-	sun8i-h3-nanopi-m1-plus.dtb \
-	sun8i-h3-nanopi-neo.dtb \
-	sun8i-h3-nanopi-neo-air.dtb
 dtb-$(CONFIG_MACH_SUN8I_R40) += \
 	sun8i-r40-bananapi-m2-ultra.dtb
 dtb-$(CONFIG_MACH_SUN8I_V3S) += \
-- 
2.17.0

  parent reply	other threads:[~2018-04-24 12:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24 12:07 [U-Boot] [PATCH 0/5] sunxi: Add support for ALL-H3-CC H2+/H5 variants Chen-Yu Tsai
2018-04-24 12:07 ` [U-Boot] [PATCH 1/5] sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver Chen-Yu Tsai
2018-04-24 12:11   ` Maxime Ripard
2018-04-24 12:07 ` [U-Boot] [PATCH 2/5] sunxi: Split out common board design for ALL-H3-CC device tree Chen-Yu Tsai
2018-04-24 12:07 ` [U-Boot] [PATCH 3/5] sunxi: Add Libre Computer Board ALL-H3-CC H2+ ver Chen-Yu Tsai
2018-04-24 12:07 ` [U-Boot] [PATCH 4/5] sunxi: Add Libre Computer Board ALL-H3-CC H5 ver Chen-Yu Tsai
2018-04-24 12:28   ` Maxime Ripard
2018-04-24 12:07 ` Chen-Yu Tsai [this message]
2018-04-24 12:27   ` [U-Boot] [PATCH 5/5] sunxi: Sort dts Makefile entries for H3 Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180424120713.27858-6-wens@csie.org \
    --to=wens@csie.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.