diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt index 7c9012a1e..0af8ee3f9 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6qpsbc/boot.txt @@ -6,15 +6,15 @@ # Set device tree filename depending on the board ID (if defined) # if test -n "${board_id}"; then - setenv fdt_file ${soc_family}-ccimx6qpsbc-id${board_id}.dtb + setenv fdt_file imx6qp-ccimx6qpsbc-id${board_id}.dtb else # # Set device tree filename depending on the hardware variant # if test "${module_variant}" = "0x01"; then - setenv fdt_file ${soc_family}-ccimx6qpsbc-wb.dtb + setenv fdt_file imx6qp-ccimx6qpsbc-wb.dtb else - setenv fdt_file ${soc_family}-ccimx6qpsbc-wb.dtb + setenv fdt_file imx6qp-ccimx6qpsbc-wb.dtb fi fi