busybox: tweak text as dtb.img is not a bootloader

This commit is contained in:
chewitt 2018-04-22 09:05:19 +04:00 committed by chewitt
parent 60ee116c4f
commit 2c05b8c7ba

View File

@ -482,7 +482,7 @@
mount_part "/flash/$IMAGE_SYSTEM" "/sysroot" "ro,loop"
if [ -f $SYSTEM_ROOT/usr/share/bootloader/update.sh ]; then
StartProgress spinner "Updating Bootloader... "
StartProgress spinner "Updating Boot Files... "
result="$(sh $SYSTEM_ROOT/usr/share/bootloader/update.sh 2>&1)"
sync
StopProgress "done"