mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -118,7 +118,7 @@
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0 0x80000000 0 0x40000000>;
|
||||
reg = <0 0x80000000 0 0x80000000>;
|
||||
};
|
||||
|
||||
wdt@2a490000 {
|
||||
|
||||
Reference in New Issue
Block a user