Merge pull request #588 from jernejsk/u-boot-fix-7.0

u-boot: Fix update.sh script for imx6 (backport of #586)
This commit is contained in:
Christian Hewitt
2016-07-31 22:28:02 +04:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ if [ -z "$BOOT_DISK" ]; then
fi
SYSTEM_TYPE=""
if [ -f $SYSTEM_ROOT/usr/lib/librenelec/imx6-system-type ]; then
if [ -f $SYSTEM_ROOT/usr/lib/libreelec/imx6-system-type ]; then
. $SYSTEM_ROOT/usr/lib/libreelec/imx6-system-type
fi