diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt index cfd7ac100..cbf78b4b2 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt @@ -21,15 +21,15 @@ if test -n "${module_ram}"; then setexpr module_has_bt ${module_has_bt} / 20000 if test "${module_has_bt}" = "1"; then - setenv overlays cc${soc_type}_ov_bt.dtbo,${overlays} + setenv overlays ccimx8mn_ov_bt.dtbo,${overlays} fi if test "${module_has_wifi}" = "1"; then - setenv overlays cc${soc_type}_ov_wifi.dtbo,${overlays} + setenv overlays ccimx8mn_ov_wifi.dtbo,${overlays} fi if test "${som_hv}" = "1"; then - setenv overlays cc${soc_type}_ov_v1.dtbo,${overlays} + setenv overlays ccimx8mn_ov_v1.dtbo,${overlays} fi fi