diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-02-06 22:42:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-07 03:50:25 +0000 |
commit | 517864fb4f37b424877a823da76ea7b780e5a45d (patch) | |
tree | 9a1a08f9454f2d90e4c3b4b9a573368f32ed1dda /conf/machine/include/ti43x.inc | |
parent | 8739a28eb2fec3dc64995cc6d040ca6c2ef2d332 (diff) | |
download | meta-ti-517864fb4f37b424877a823da76ea7b780e5a45d.tar.gz |
ti43x.inc: HDMI specific DTBs are not ready yet
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/ti43x.inc')
-rw-r--r-- | conf/machine/include/ti43x.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 9adf1401..9a2c9e36 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -26,9 +26,9 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \ | 29 | KERNEL_DEVICETREE = "am437x-gp-evm.dtb \ |
30 | am437x-sk-evm.dtb am437x-idk-evm.dtb \ | 30 | am437x-sk-evm.dtb am437x-idk-evm.dtb \ |
31 | am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb" | 31 | am43x-epos-evm.dtb" |
32 | 32 | ||
33 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" | 33 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" |
34 | 34 | ||