From 123bc2609c5b1dc8c9f0bb5f2a30dbb80e944e24 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 13 Sep 2022 03:54:39 +0000 Subject: [PATCH] conf: machine: am62xx Fix overlay extension The file extension for the overlay needs to be .dtbo. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 KERNEL_DEVICETREE = " \ ti/k3-am625-sk.dtb \ - ti/k3-am625-sk-csi2-ov5640.dtb \ + ti/k3-am625-sk-csi2-ov5640.dtbo \ " UBOOT_MACHINE = "am62x_evm_a53_defconfig"