summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-03-05 01:48:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-04 19:42:41 +0000
commitbc2680c5826c662d804c7ec6c883d31d86561ff6 (patch)
tree3cbd53d49e7e9a99e022230cba65e32ce7f2d4ef /conf/machine
parentb229d3856c4575f7b67c533a5bf6bff31c71e690 (diff)
downloadmeta-ti-bc2680c5826c662d804c7ec6c883d31d86561ff6.tar.gz
ti43x.inc: add back am43x-epos-evm-hdmi.dtb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/ti43x.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index c64730cf..d966eaf2 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,9 +26,11 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \ 29KERNEL_DEVICETREE = " \
30 am437x-sk-evm.dtb am437x-idk-evm.dtb \ 30 am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
31 am43x-epos-evm.dtb" 31 am437x-sk-evm.dtb am437x-idk-evm.dtb \
32 am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb \
33"
32 34
33KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" 35KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
34 36