From 76afd766bd021a37345d798b0fa104efb8432fd5 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 6 Feb 2018 00:23:13 +0000 Subject: conf/machine: deprecate use of base_conditional() Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti33x.inc | 2 +- conf/machine/include/ti43x.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 4014f79f..4c62fb9d 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -26,7 +26,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" +KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" UBOOT_ARCH = "arm" UBOOT_MACHINE = "am335x_evm_config" diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 243bc5a6..87dcf55a 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc @@ -26,7 +26,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" +KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" UBOOT_ARCH = "arm" UBOOT_MACHINE = "am43xx_evm_config" -- cgit v1.2.3-54-g00ecf