ARM: vexpress: Update TC2 memory to 2GB

All TC2 boards 'in the wild' will have 2GB of memory, so lets make it
all available.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
This commit is contained in:
Jon Medhurst
2013-03-26 13:04:51 +00:00
parent 25a62f4a64
commit fa945c17bf

View File

@@ -118,7 +118,7 @@
memory@80000000 {
device_type = "memory";
reg = <0 0x80000000 0 0x40000000>;
reg = <0 0x80000000 0 0x80000000>;
};
wdt@2a490000 {