u-boot: copy spl and uboot bins too

This commit is contained in:
Stefan Eichenberger 2017-03-13 15:06:23 +01:00
parent 1498b5e70e
commit 4a899ddc21
2 changed files with 10 additions and 0 deletions

View File

@ -12,3 +12,8 @@ PV = "v2016.04+git${SRCPV}"
SPL_BINARY = "MLO"
UBOOT_SUFFIX = "img"
do_deploy_append() {
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/${PN}-spl.bin
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.bin
}

View File

@ -11,3 +11,8 @@ PV = "v2016.04+git${SRCPV}"
SPL_BINARY = "MLO"
UBOOT_SUFFIX = "img"
do_deploy_append() {
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/${PN}-spl.bin
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.bin
}