diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-06-12 12:34:36 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-04 14:19:48 +0200 |
commit | ba18fdb31296e12c979db5953b8e1e29b600873e (patch) | |
tree | 5d9e8e2b9aadbe02eb88acf54996e564b63af430 /arch | |
parent | 7e8c2190c7fe62fd70b253762be69f07f53e49e9 (diff) | |
download | u-boot-ba18fdb31296e12c979db5953b8e1e29b600873e.tar.gz u-boot-ba18fdb31296e12c979db5953b8e1e29b600873e.tar.xz u-boot-ba18fdb31296e12c979db5953b8e1e29b600873e.zip |
mx6: dts: Move dtbs under SoC level
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 34fdf33529..320f0ebe38 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -544,9 +544,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) += \ @@ -556,6 +554,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 \ @@ -565,9 +564,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 |