mirror of https://github.com/parazyd/arm-sdk.git
boards/sunxi: try bailing out if a u-boot compilation fails
This commit is contained in:
parent
460c82ed77
commit
9197fed4c0
|
|
@ -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
|
||||
Loading…
Reference in New Issue