boards/sunxi: try bailing out if a u-boot compilation fails

This commit is contained in:
parazyd 2017-10-27 19:59:01 +02:00
parent 460c82ed77
commit 9197fed4c0
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 5 additions and 2 deletions

View File

@ -76,7 +76,10 @@ postbuild() {
make \
$MAKEOPTS \
ARCH=arm \
CROSS_COMPILE=$compiler || zerr
CROSS_COMPILE=$compiler || {
zerr
return 1
}
mv -v u-boot-sunxi-with-spl.bin $R/dist/u-boot/${board}.bin
done

@ -1 +1 @@
Subproject commit 9b97dc038d27a31f820ba0b0b824f360b9662e83
Subproject commit c018a20268fb4c47c3207aa37aa2dc7feee92f08