summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDrew Fustini <dfustini@baylibre.com>2022-07-03 20:06:08 -0700
committerRyan Eatmon <reatmon@ti.com>2022-07-12 11:42:17 -0500
commit4b490a2e89a76b0b8ac946d1943b7b8dac3a37c8 (patch)
tree226f428f9ec7a3b7e462a703863ca5dc92562c22 /conf
parent460c3f0fbdfaceeba5181f362bd8ed8a9dde9fc7 (diff)
downloadmeta-ti-4b490a2e89a76b0b8ac946d1943b7b8dac3a37c8.tar.gz
conf: dra7xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline
For ARAGO_BRAND=mainline with the dra7xx-evm MACHINE, avoid the inclusion of device tree files that do not exist upstream. Signed-off-by: Drew Fustini <dfustini@baylibre.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/dra7xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index db4a5e1c..12820573 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -12,7 +12,7 @@ KERNEL_DEVICETREE = " \
12 dra7-evm.dtb \ 12 dra7-evm.dtb \
13 ti/dra7x-evm-osd-lcd-common.dtbo \ 13 ti/dra7x-evm-osd-lcd-common.dtbo \
14 dra71-evm.dtb \ 14 dra71-evm.dtb \
15 dra71-evm-nand.dtb \ 15 ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'dra71-evm-nand.dtb', d)} \
16 ti/dra71-evm-lcd-auo-g101evn01.0.dtbo \ 16 ti/dra71-evm-lcd-auo-g101evn01.0.dtbo \
17 dra72-evm.dtb \ 17 dra72-evm.dtb \
18 dra72-evm-revc.dtb \ 18 dra72-evm-revc.dtb \