diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt index dc4519a61..c1e68612c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt @@ -35,7 +35,7 @@ else fi # Apply QXP overlay if the SOC type is "imx8qxp" -if test "${soc_type}" = "imx8qxp""; then +if test "${soc_type}" = "imx8qxp"; then setenv overlays ccimx8x_ov_qxp.dtbo,${overlays} fi