Commit b296bb10 authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "corstone700: fdts: using DDR memory and XIP rootfs" into integration

parents 9c87e59e d983b7a1
...@@ -14,9 +14,10 @@ ...@@ -14,9 +14,10 @@
#size-cells = <1>; #size-cells = <1>;
chosen { chosen {
bootargs = "console=ttyAMA0 root=/dev/vda2 rw loglevel=9"; bootargs = "console=ttyAMA0 \
linux,initrd-start = <0x02a00000>; root=mtd:physmap-flash.0 \
linux,initrd-end = <0x04000000>; ro \
loglevel=9";
}; };
cpus { cpus {
...@@ -32,9 +33,9 @@ ...@@ -32,9 +33,9 @@
}; };
memory@2000000 { memory@80000000 {
device_type = "memory"; device_type = "memory";
reg = <0x02000000 0x02000000>; reg = <0x80000000 0x80000000>;
}; };
gic: interrupt-controller@1c000000 { gic: interrupt-controller@1c000000 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment