From d8bc9f4d92f61777c7b0ceb5bb233ca52937b3bd Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 30 Jan 2020 11:11:19 +0000 Subject: ti33x.inc: remove unavailable PRU-related DTBs * am335x-icev2-prueth.dtb * am335x-boneblack-prusuart.dtb Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti33x.inc | 4 ++-- 1 file 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" KERNEL_DEVICETREE = " \ am335x-evm.dtb am335x-evmsk.dtb \ - am335x-icev2.dtb am335x-icev2-prueth.dtb \ + am335x-icev2.dtb \ am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \ am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ - am335x-boneblack-prusuart.dtb am335x-sancloud-bbe.dtb \ + am335x-sancloud-bbe.dtb \ " KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" -- cgit v1.2.3-54-g00ecf