diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-01-30 11:11:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-01-30 04:53:58 +0000 |
commit | 1750a787e09a00d6572eb1f1e3cb9501e33bce99 (patch) | |
tree | 2f18de18f464e80bf3ab143de1e3950191f96786 /conf | |
parent | d8bc9f4d92f61777c7b0ceb5bb233ca52937b3bd (diff) | |
download | meta-ti-1750a787e09a00d6572eb1f1e3cb9501e33bce99.tar.gz |
am57xx-evm: remove unavailable BBAI and Cam/LCD-related DTBs
* am5729-beagleboneai.dtb
* am57xx-evm-cam-mt9t111.dtb
* am57xx-evm-cam-ov10635.dtb
* am57xx-evm-reva3-cam-mt9t111.dtb
* am57xx-evm-reva3-cam-ov10635.dtb
* am571x-idk-lcd-osd101t2045.dtb
* am571x-idk-lcd-osd101t2587.dtb
* am572x-idk-lcd-osd101t2045.dtb
* am572x-idk-lcd-osd101t2587.dtb
* am574x-idk-lcd-osd101t2587.dtb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index a0b1b532..449aad9e 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -12,12 +12,11 @@ SERIAL_CONSOLES = "115200;ttyS2" | |||
12 | 12 | ||
13 | KERNEL_DEVICETREE = " \ | 13 | KERNEL_DEVICETREE = " \ |
14 | am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ | 14 | am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ |
15 | am5729-beagleboneai.dtb \ | 15 | am57xx-evm.dtb \ |
16 | am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ | 16 | am57xx-evm-reva3.dtb \ |
17 | am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ | 17 | am571x-idk.dtb \ |
18 | am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ | 18 | am572x-idk.dtb \ |
19 | am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ | 19 | am574x-idk.dtb \ |
20 | am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \ | ||
21 | " | 20 | " |
22 | 21 | ||
23 | 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)}" | 22 | 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)}" |