Skip to content

Commit

Permalink
Merge pull request #70 from rborn-tx/fix-build-issue-imx8
Browse files Browse the repository at this point in the history
Fix build issue on imx8 (detected on apalis-imx8 and colibri-imx8x)
  • Loading branch information
rborn-tx authored Sep 28, 2024
2 parents 32f0ddf + 2017dc5 commit 47af07e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sign_common() {
UBOOT_DTB_NAME_EXTRA="${dtb_name}"
fi
UBOOT_NAME_EXTRA="u-boot-${MACHINE}.bin-${UBOOT_CONFIG_EXTRA}"
BOOT_CONFIG_MACHINE_EXTRA="${BOOT_NAME}-${MACHINE}-${UBOOT_CONFIG_EXTRA}.bin"
BOOT_CONFIG_MACHINE_EXTRA="imx-boot-${MACHINE}-${UBOOT_CONFIG_EXTRA}.bin"

# Copy again artifacts for current U-Boot config to BOOT_STAGING
compile_${SOC_FAMILY}
Expand Down

0 comments on commit 47af07e

Please sign in to comment.