u-boot: fix build for sunxi

This script is sourced in u-boot's package.mk, 'exit 0' just makes
building a no-op.

Suppress errors from uboot_helper instead.
This commit is contained in:
Andre Heider 2021-01-03 11:03:17 +01:00
parent f55345770e
commit 2fdec1adac

View File

@ -6,4 +6,5 @@
CRUST_CONFIG=$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)
[ -n "$CRUST_CONFIG" ] && cp -av $(get_install_dir crust)/usr/share/bootloader/scp.bin .
exit 0
# Suppress errors from uboot_helper so u-boot properly builds with and without crust
true