Merge pull request #4838 from dhewg/crust-fix

u-boot: fix build for sunxi
This commit is contained in:
Jernej Škrabec 2021-01-03 11:43:31 +01:00 committed by GitHub
commit 8cad3dd2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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