summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-02-26 07:43:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-02-26 21:26:28 +0000
commitd1e893a38cd2c6811c728bead2fc62dc6dc9e7a8 (patch)
treefb76f32aaf8e5a98fd955731e74d9e7a4e79ff50
parentf0a5d3e4d18ec6a133fad1dd6ffe722ae6464bb5 (diff)
downloadmeta-ti-d1e893a38cd2c6811c728bead2fc62dc6dc9e7a8.tar.gz
ti43x.inc: re-enable HDMI specific DTB for AM437x GP
This reverts commit 517864fb4f37b424877a823da76ea7b780e5a45d. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/ti43x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 9a2c9e36..c64730cf 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,7 +26,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am437x-gp-evm.dtb \ 29KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
30 am437x-sk-evm.dtb am437x-idk-evm.dtb \ 30 am437x-sk-evm.dtb am437x-idk-evm.dtb \
31 am43x-epos-evm.dtb" 31 am43x-epos-evm.dtb"
32 32