Reserved memory start from 128M for pstore.
Change-Id: Ie61103004c4f0a7e20f3900db3c44905f7b92955
Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
bootargs = "earlycon=uart8250,mmio32,0xff690000";
};
+ reserved-memory {
+ ramoops_mem: ramoops@00000000 {
+ reg = <0x8000000 0xF0000>;
+ };
+ };
+
+ ramoops {
+ compatible = "ramoops";
+ record-size = <0x0 0x20000>;
+ console-size = <0x0 0x80000>;
+ ftrace-size = <0x0 0x00000>;
+ pmsg-size = <0x0 0x50000>;
+ memory-region = <&ramoops_mem>;
+ };
+
psci {
compatible = "arm,psci-1.0";
method = "smc";