mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
u-boot: typo
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
29cb67fe3f
commit
b84a4b9d33
@ -41,7 +41,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $SYSTEM_ROOT/usr/share/bootloader/SPL ]; then
|
if [ -f $SYSTEM_ROOT/usr/share/bootloader/SPL ]; then
|
||||||
echo "*** updating u-boot SPL Blob on: $DISK ..."
|
echo "*** updating u-boot SPL Blob on: $BOOT_DISK ..."
|
||||||
dd if="$SYSTEM_ROOT/usr/share/bootloader/SPL" of="$BOOT_DISK" bs=1k seek=1 conv=fsync
|
dd if="$SYSTEM_ROOT/usr/share/bootloader/SPL" of="$BOOT_DISK" bs=1k seek=1 conv=fsync
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user