diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-01-30 11:11:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-01-30 04:53:54 +0000 |
commit | d8bc9f4d92f61777c7b0ceb5bb233ca52937b3bd (patch) | |
tree | 44af7b648fbbc8de11932dfc686d43c36e22a8b1 /conf | |
parent | 4539344eea26324a5a96b2f5636aa9a3a1b2a641 (diff) | |
download | meta-ti-d8bc9f4d92f61777c7b0ceb5bb233ca52937b3bd.tar.gz |
ti33x.inc: remove unavailable PRU-related DTBs
* am335x-icev2-prueth.dtb
* am335x-boneblack-prusuart.dtb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/ti33x.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 5ff6efea..6f97361f 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -28,11 +28,11 @@ KERNEL_IMAGETYPE = "zImage" | |||
28 | 28 | ||
29 | KERNEL_DEVICETREE = " \ | 29 | KERNEL_DEVICETREE = " \ |
30 | am335x-evm.dtb am335x-evmsk.dtb \ | 30 | am335x-evm.dtb am335x-evmsk.dtb \ |
31 | am335x-icev2.dtb am335x-icev2-prueth.dtb \ | 31 | am335x-icev2.dtb \ |
32 | am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ | 32 | am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ |
33 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \ | 33 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \ |
34 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | 34 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ |
35 | am335x-boneblack-prusuart.dtb am335x-sancloud-bbe.dtb \ | 35 | am335x-sancloud-bbe.dtb \ |
36 | " | 36 | " |
37 | 37 | ||
38 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" | 38 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" |