Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29aa5ae6 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

ARM: dts: msm: add no_console_suspend argument to kernel command-line

Add "no_console_suspend" to SVM kernel commandline. This ensures SVM to
wakeup using RM console messages from PVM from suspend-to-RAM state. This
functionality should not be needed for production builds. This is taken
care by hypervisor by disabling the RM console functionality for production
devices.

Change-Id: I00939db8154825aed43509a0ddd1fd7f05500c55
parent 10409ef5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	};

	chosen {
		bootargs = "nokaslr root=/dev/ram rw init=/init console=hvc0 loglevel=8";
		bootargs = "nokaslr no_console_suspend root=/dev/ram rw init=/init console=hvc0 loglevel=8";
		linux,initrd-start = <0x2a900000>;
		linux,initrd-end = <0x2b100000>; /* 8 MB */
		kaslr-seed = <0xfeedbeef 0xc0def00d>;