aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/Makefile
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2019-08-20 09:35:27 +0000
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-26 21:23:20 +0530
commitfa3602859f795d3dda1c625052105bf6aea22b20 (patch)
tree66d44e35a023e7e2a3afa3c5fea971cec67816aa /arch/powerpc/dts/Makefile
parentbd74ea19089b8333fef2414b18b814ebe6fc176b (diff)
downloadu-boot-fa3602859f795d3dda1c625052105bf6aea22b20.zip
u-boot-fa3602859f795d3dda1c625052105bf6aea22b20.tar.gz
u-boot-fa3602859f795d3dda1c625052105bf6aea22b20.tar.bz2
powerpc: Enable device tree support for T1042D4RDB
Add device tree for T1042D4RDB board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'arch/powerpc/dts/Makefile')
-rw-r--r--arch/powerpc/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/dts/Makefile b/arch/powerpc/dts/Makefile
index b7acba5..f0d49aa 100644
--- a/arch/powerpc/dts/Makefile
+++ b/arch/powerpc/dts/Makefile
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
dtb-$(CONFIG_TARGET_T1024RDB) += t1024rdb.dtb
+dtb-$(CONFIG_TARGET_T1042D4RDB) += t1042d4rdb.dtb
dtb-$(CONFIG_TARGET_T2080QDS) += t2080qds.dtb
dtb-$(CONFIG_TARGET_T2080RDB) += t2080rdb.dtb
dtb-$(CONFIG_TARGET_T4240RDB) += t4240rdb.dtb