u-boot: Fix update.sh script for imx6 (backport of #586)

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
This commit is contained in:
Jernej Skrabec 2016-07-31 20:02:41 +02:00
parent 72735c2e3c
commit 5052b85fd8

View File

@ -33,7 +33,7 @@ if [ -z "$BOOT_DISK" ]; then
fi fi
SYSTEM_TYPE="" 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 . $SYSTEM_ROOT/usr/lib/libreelec/imx6-system-type
fi fi