summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-07-18 09:52:06 -0500
committerRyan Eatmon <reatmon@ti.com>2023-07-21 10:46:21 -0500
commitca44223a3fc0ce4f2f03bedae58582a201089f1b (patch)
treef7fa4c6185adf431f4a6834975fca5e7569615e1
parent7840c0c3c11c1d0258bf28ff1511951c7282729e (diff)
downloadmeta-ti-ca44223a3fc0ce4f2f03bedae58582a201089f1b.tar.gz
conf: Remove leftover UIO Device Tree overlay files
We do not use UIO anymore, remove these files. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am57xx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
index 9b12f383..26b7f78c 100644
--- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
@@ -30,8 +30,6 @@ KERNEL_DEVICETREE = " \
30 am574x-idk.dtb \ 30 am574x-idk.dtb \
31" 31"
32 32
33KERNEL_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)}"
34
35UBOOT_MACHINE = "am57xx_evm_config" 33UBOOT_MACHINE = "am57xx_evm_config"
36 34
37# UBI information. Note that this is board and kernel specific. Changes 35# UBI information. Note that this is board and kernel specific. Changes
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index bce88309..ec53e612 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -35,8 +35,6 @@ KERNEL_DEVICETREE = " \
35 am335x-sancloud-bbe.dtb \ 35 am335x-sancloud-bbe.dtb \
36" 36"
37 37
38KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
39
40UBOOT_ARCH = "arm" 38UBOOT_ARCH = "arm"
41UBOOT_MACHINE = "am335x_evm_config" 39UBOOT_MACHINE = "am335x_evm_config"
42 40