diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-09-13 03:54:39 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-22 11:23:07 -0500 |
commit | 123bc2609c5b1dc8c9f0bb5f2a30dbb80e944e24 (patch) | |
tree | ad0696c8800d234559ff6254815499fce399ac05 /meta-ti-bsp/conf/machine | |
parent | 25b110448a989cf1a865859166427f86275223c9 (diff) | |
download | meta-ti-123bc2609c5b1dc8c9f0bb5f2a30dbb80e944e24.tar.gz |
conf: machine: am62xx Fix overlay extension
The file extension for the overlay needs to be .dtbo.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf index 33b3294e..6f097e77 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/am62xx.inc | |||
6 | 6 | ||
7 | KERNEL_DEVICETREE = " \ | 7 | KERNEL_DEVICETREE = " \ |
8 | ti/k3-am625-sk.dtb \ | 8 | ti/k3-am625-sk.dtb \ |
9 | ti/k3-am625-sk-csi2-ov5640.dtb \ | 9 | ti/k3-am625-sk-csi2-ov5640.dtbo \ |
10 | " | 10 | " |
11 | 11 | ||
12 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 12 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |