diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-02-05 10:09:11 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-05 06:49:58 +0000 |
commit | 41ae756a805946501abe0308b401362c42fe3a9e (patch) | |
tree | 0f32b3f7cd5177a8925c4faee176c2c1a823aaa7 | |
parent | 6f46f2828f3801a44ef591dc0058a81e5375649e (diff) | |
download | meta-ti-41ae756a805946501abe0308b401362c42fe3a9e.tar.gz |
am57xx-evm.conf: LCD specific DTBs are not ready yet
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | conf/machine/am57xx-evm.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 329f33f6..882a09f5 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -13,9 +13,7 @@ SERIAL_CONSOLES = "115200;ttyS2" | |||
13 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ | 13 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ |
14 | am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ | 14 | am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ |
15 | am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ | 15 | am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ |
16 | am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ | 16 | am571x-idk.dtb am572x-idk.dtb am574x-idk.dtb" |
17 | am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ | ||
18 | am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb" | ||
19 | 17 | ||
20 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" | 18 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" |
21 | 19 | ||