aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-03-26 13:04:51 +0000
committerJon Medhurst <tixy@linaro.org>2013-04-29 09:43:02 +0100
commit9cdc37c0b29b50df6137941268c44554a659122b (patch)
tree95bd2e94495cab994b6aa0aebfe5fba9093608da /arch/arm/boot
parent9f358b86e90c0b52b6a6b3d058230bba422a6844 (diff)
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
index 6cfc8e981e8..ec322f8858f 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
@@ -118,7 +118,7 @@
memory@80000000 {
device_type = "memory";
- reg = <0 0x80000000 0 0x40000000>;
+ reg = <0 0x80000000 0 0x80000000>;
};
wdt@2a490000 {