Remove ultrasound settings from syspart_fixup

Updated ultrasound services settings do not require
writable system partition, therefore, the settings script
should be moved from syspart_fixup script to the
ultrasound post boot script.
The ultrasound post boot script is called each time,
in the late stage of the device start-up.

Change-Id: I7bb69521c6ef27cd8f8d376aedf1e291a6c71071
This commit is contained in:
Baruch Eruchimovitch 2013-11-03 21:20:47 +02:00
parent 03d5be9ebf
commit 1f85157b1b
1 changed files with 0 additions and 5 deletions

View File

@ -70,11 +70,6 @@ if [ -f /system/etc/init.qcom.sensor.sh ]; then
/system/bin/sh /system/etc/init.qcom.sensor.sh
fi
# Run usf script
if [ -f /system/etc/usf_settings.sh ]; then
/system/bin/sh /system/etc/usf_settings.sh
fi
touch /system/etc/boot_fixup
if $mount_needed ;then