diff --git a/conf/machine/smarcimx8qm4g.conf b/conf/machine/smarcimx8qm4g.conf index 5ce99bc..9d0d5ea 100644 --- a/conf/machine/smarcimx8qm4g.conf +++ b/conf/machine/smarcimx8qm4g.conf @@ -55,8 +55,8 @@ PREFERRED_PROVIDER_u-boot_smarcimx8qm4g = "u-boot-smarcimx8qm" PREFERRED_PROVIDER_virtual/bootloader_smarcimx8qm4g = "u-boot-smarcimx8qm" UBOOT_CONFIG ??= "sd" -UBOOT_CONFIG[sd] = "smarcimx8qm_8g_ser3_defconfig,sdcard" -UBOOT_CONFIG[mfgtool] = "smarcimx8qm_8g_ser3_defconfig" +UBOOT_CONFIG[sd] = "smarcimx8qm_4g_ser3_defconfig,sdcard" +UBOOT_CONFIG[mfgtool] = "smarcimx8qm_4g_ser3_defconfig" # Set U-Boot DTB UBOOT_DTB_NAME = "fsl-smarcimx8qm.dtb" @@ -68,7 +68,7 @@ IMXBOOT_TARGETS_SD = \ IMXBOOT_TARGETS = \ "${@bb.utils.contains('UBOOT_CONFIG', 'sd', '${IMXBOOT_TARGETS_SD}', \ '' , d)}" -BOARD_TYPE = "smarc8g" +BOARD_TYPE = "smarc4g" IMAGE_BOOTLOADER = "imx-boot"