davinci: rootdir: Remove sleep_disabled switch during boot
Change-Id: I59f5f96e5aaf381f9cb2b3697983484ec3086aea
This commit is contained in:
parent
32489ca7d2
commit
5129977612
@ -102,7 +102,6 @@ BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xa880
|
||||
BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom androidboot.console=ttyMSM0
|
||||
BOARD_KERNEL_CMDLINE += androidboot.usbcontroller=a600000.dwc3
|
||||
BOARD_KERNEL_CMDLINE += service_locator.enable=1
|
||||
BOARD_KERNEL_CMDLINE += lpm_levels.sleep_disabled=1
|
||||
BOARD_KERNEL_CMDLINE += loop.max_part=7
|
||||
|
||||
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
||||
|
@ -213,8 +213,6 @@ case "$target" in
|
||||
done
|
||||
|
||||
done
|
||||
# Turn on sleep modes.
|
||||
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
|
||||
|
||||
# Set Memory parameters
|
||||
configure_memory_parameters
|
||||
|
Loading…
Reference in New Issue
Block a user