mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
Merge pull request #4838 from dhewg/crust-fix
u-boot: fix build for sunxi
This commit is contained in:
commit
8cad3dd2a8
@ -6,4 +6,5 @@
|
|||||||
CRUST_CONFIG=$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)
|
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 .
|
[ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user