From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/7] mx6: dts: Move dtbs under SoC level
Date: Wed, 12 Jun 2019 12:34:36 -0300 [thread overview]
Message-ID: <20190612153441.19020-2-festevam@gmail.com> (raw)
In-Reply-To: <20190612153441.19020-1-festevam@gmail.com>
Place dtbs under SoC level rather than board level.
imx6q-novena.dtb and imx6dl-wandboard-revb1.dtb were
placed under the board config option, so move them
to SoC level.
This also aligns with the kernel dts Makefile format.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
arch/arm/dts/Makefile | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 39c5491015..0fa82f5f2e 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -541,9 +541,7 @@ dtb-$(CONFIG_MX6Q) += \
imx6-apalis.dtb \
imx6q-display5.dtb \
imx6q-logicpd.dtb \
- imx6q-novena.dtb
-
-dtb-$(CONFIG_TARGET_TBS2910) += \
+ imx6q-novena.dtb \
imx6q-tbs2910.dtb
dtb-$(CONFIG_MX6QDL) += \
@@ -553,6 +551,7 @@ dtb-$(CONFIG_MX6QDL) += \
imx6dl-mamoj.dtb \
imx6dl-sabreauto.dtb \
imx6dl-sabresd.dtb \
+ imx6dl-wandboard-revb1.dtb \
imx6q-cm-fx6.dtb \
imx6q-icore.dtb \
imx6q-icore-mipi.dtb \
@@ -562,9 +561,6 @@ dtb-$(CONFIG_MX6QDL) += \
imx6qp-sabreauto.dtb \
imx6qp-sabresd.dtb
-dtb-$(CONFIG_TARGET_WANDBOARD) += \
- imx6dl-wandboard-revb1.dtb
-
dtb-$(CONFIG_MX6SL) += imx6sl-evk.dtb
dtb-$(CONFIG_MX6SLL) += imx6sll-evk.dtb
--
2.17.1
next prev parent reply other threads:[~2019-06-12 15:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 15:34 [U-Boot] [PATCH 1/7] mx6: dts: Keep dtb entries sorted Fabio Estevam
2019-06-12 15:34 ` Fabio Estevam [this message]
2019-06-12 15:34 ` [U-Boot] [PATCH 3/7] wandboard: Sync with devicetree files from kernel 5.1.9 Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 4/7] wandboard: Import extra wandboard devicetree files Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 5/7] wandboard: Add mmc0 alias Fabio Estevam
2019-06-12 15:42 ` Peter Robinson
2019-06-14 12:31 ` Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 6/7] wandboard: Add FIT image support Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name Fabio Estevam
2019-06-23 14:04 ` Heinrich Schuchardt
2019-06-24 19:21 ` Fabio Estevam
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=20190612153441.19020-2-festevam@gmail.com \
--to=festevam@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox