Skip to content
Snippets Groups Projects
Commit 2e9fca53 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

imx-boot: Removed precompiled imx-mkimage

parent 406d292e
No related branches found
No related tags found
No related merge requests found
Pipeline #17392 failed with stage
in 11 seconds
......@@ -26,9 +26,11 @@ compile_mx8m() {
cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${UBOOT_DTB_NAME} ${BOOT_STAGING}
cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG} \
${BOOT_STAGING}/u-boot-nodtb.bin
cp ${STAGING_DIR_NATIVE}/${bindir}/mkimage ${BOOT_STAGING}/mkimage_uboot
# bl31 is already part of the mkimage repo
# We had same issues with the precompiled mkimage from the repo
#cp ${STAGING_DIR_NATIVE}/${bindir}/mkimage ${BOOT_STAGING}/mkimage_uboot
# The BL31 firmware is already inside the imx-mkimage repo
#cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${ATF_MACHINE_NAME} ${BOOT_STAGING}/bl31.bin
cp ${BOOT_STAGING}/${ATF_MACHINE_NAME} ${BOOT_STAGING}/bl31.bin
cp ${DEPLOY_DIR_IMAGE}/${UBOOT_NAME} ${BOOT_STAGING}/u-boot.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment