diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt index 8d662e3f1..c6b5db30f 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt @@ -73,7 +73,7 @@ if test "${module_has_wifi}" = "1" && test -z "${disable_wifi}"; then setenv overlays _ov_som_wifi_ccimx9.dtbo,${overlays} fi -if test "${soc-type}" = "imx93"; then +if test "${soc_type}" = "imx93"; then if test "${cpu_type}" = "imx9352" || \ test "${cpu_type}" = "imx9351" || \ test "${cpu_type}" = "imx9322" || \