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

Commit ac6a6f4b authored by Murali Nalajala's avatar Murali Nalajala Committed by Chris Lew
Browse files

ARM: dts: qcom: modify initramfs size

Modify initramfs size of VM to 8MB from 11MB.

Change-Id: Icf9452e3908ac31038790f2f921441b0b16869df
parent f8215580
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
	chosen {
		bootargs = "root=/dev/ram rw init=/init console=hvc0 loglevel=8";
		linux,initrd-start = <0x2a900000>;
		linux,initrd-end = <0x2b42171a>; /* 11 MB */
		linux,initrd-end = <0x2b100000>; /* 8 MB */
		kaslr-seed = <0xfeedbeef 0xc0def00d>;
	};