diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-15 23:11:37 -0500 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-19 16:33:41 -0500 |
commit | 0d04083f54bbd3c278f4800b97090d881d25d72a (patch) | |
tree | a6d638ef383fe88a11add287771800be37d413d0 /conf | |
parent | 9ea50db095f91bad7c9b2f643347dc25be6e10dd (diff) | |
download | meta-ti-0d04083f54bbd3c278f4800b97090d881d25d72a.tar.gz |
conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb from 5.10
Remove the non-existent dtb, as they are not currently present on
ti-linux-5.10.y.
- keystone-k2g-evm-lcd.dtb
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/k2g-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf index 7681a752..d4cf0605 100644 --- a/conf/machine/k2g-evm.conf +++ b/conf/machine/k2g-evm.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc | |||
6 | 6 | ||
7 | MACHINE_FEATURES += "alsa" | 7 | MACHINE_FEATURES += "alsa" |
8 | 8 | ||
9 | KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb \ | 9 | KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb \ |
10 | ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}" | 10 | ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}" |
11 | 11 | ||
12 | UBOOT_MACHINE = "k2g_evm_config" | 12 | UBOOT_MACHINE = "k2g_evm_config" |