summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-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