imx-boot: simplify copy of SRK_efuses.bin to DEPLOYDIR
There is no need to generate PV-PR revision of this file since it's the same for any version. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
d21462302d
commit
5d063d6906
|
|
@ -215,10 +215,7 @@ do_deploy_append () {
|
||||||
trustfence-sign-uboot.sh ${DEPLOYDIR}/${UBOOT_PREFIX}-${MACHINE}-${ramc}.bin ${DEPLOYDIR}/${UBOOT_PREFIX}-${MACHINE}-${ramc}-signed.bin
|
trustfence-sign-uboot.sh ${DEPLOYDIR}/${UBOOT_PREFIX}-${MACHINE}-${ramc}.bin ${DEPLOYDIR}/${UBOOT_PREFIX}-${MACHINE}-${ramc}-signed.bin
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ${DEPLOYDIR}
|
cp ${B}/SRK_efuses.bin ${DEPLOYDIR}
|
||||||
cp ${B}/${config}SRK_efuses.bin ${DEPLOYDIR}
|
|
||||||
install ${B}/${config}SRK_efuses.bin SRK_efuses-${PV}-${PR}.bin
|
|
||||||
ln -sf SRK_efuses-${PV}-${PR}.bin SRK_efuses.bin
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue