diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-02-06 00:23:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-02-05 13:52:29 -0500 |
commit | 76afd766bd021a37345d798b0fa104efb8432fd5 (patch) | |
tree | b1e20ff563ef9cb4a80c182f11b574cb2e39c392 /conf/machine/include | |
parent | f9b0c06732d2f52be367fa7121f5dcc11790bc0f (diff) | |
download | meta-ti-76afd766bd021a37345d798b0fa104efb8432fd5.tar.gz |
conf/machine: deprecate use of base_conditional()
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 |
2 files changed, 2 insertions, 2 deletions
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" | |||
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | 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)}" | 29 | 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)}" |
30 | 30 | ||
31 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am335x_evm_config" | 32 | 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" | |||
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | 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)}" | 29 | 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)}" |
30 | 30 | ||
31 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am43xx_evm_config" | 32 | UBOOT_MACHINE = "am43xx_evm_config" |