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

Commit 7f92f703 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

ARM: dts: qcom: disable kaslr for trusted vm

Disable kaslr for trusted VM until random seed is provided by
hypervisor.

Change-Id: Icb96ce548942f4c3a625dee36e3b62061e5e195a
parent 71f765ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
	interrupt-parent = <&vgic>;

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