summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-02-06 00:23:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-02-05 13:52:29 -0500
commit76afd766bd021a37345d798b0fa104efb8432fd5 (patch)
treeb1e20ff563ef9cb4a80c182f11b574cb2e39c392 /conf/machine/am57xx-evm.conf
parentf9b0c06732d2f52be367fa7121f5dcc11790bc0f (diff)
downloadmeta-ti-76afd766bd021a37345d798b0fa104efb8432fd5.tar.gz
conf/machine: deprecate use of base_conditional()
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am57xx-evm.conf')
-rw-r--r--conf/machine/am57xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 18325481..8e389829 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -16,7 +16,7 @@ KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-be
16 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ 16 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
17 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ 17 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \
18 am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \ 18 am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \
19 ${@base_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)}" 19 ${@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)}"
20 20
21UBOOT_MACHINE = "am57xx_evm_config" 21UBOOT_MACHINE = "am57xx_evm_config"
22 22