Bug 1103998 - Add Flame bootloader to zip. r=nthomas

We do support building bootloader for the Flame, and this bootloader has
new features (limiting the number of CPUs, and maybe more in the
future). So people flashing from pvtbuilds should benefit from this to
ease their workflow, and not have to clone and build just to get the
bootloader.
This commit is contained in:
Alexandre Lissy 2014-11-25 02:55:00 +01:00
parent 714bdbe546
commit 4c14b15b6e

View File

@ -18,6 +18,7 @@
],
"zip_files": [
["{workdir}/out/target/product/flame/*.img", "out/target/product/flame/"],
["{workdir}/out/target/product/flame/bootloader", "out/target/product/flame/"],
["{workdir}/boot.img", "out/target/product/flame/"],
"{workdir}/flash.sh",
"{workdir}/load-config.sh",