18 lines
567 B
Diff
18 lines
567 B
Diff
diff --git a/arch/powerpc/boot/dts/wiiu.dts b/arch/powerpc/boot/dts/wiiu.dts
|
|
index 08bc64c89f..b3dd31c227 100644
|
|
--- a/arch/powerpc/boot/dts/wiiu.dts
|
|
+++ b/arch/powerpc/boot/dts/wiiu.dts
|
|
@@ -21,10 +21,12 @@ memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x02000000>; /* MEM1 - 32MiB */
|
|
};
|
|
+/*
|
|
memory@8000000 {
|
|
device_type = "memory";
|
|
- reg = <0x08000000 0x00300000>; /* MEM0 - 3MiB */
|
|
+// reg = <0x08000000 0x00300000>; // MEM0 - 3MiB
|
|
};
|
|
+*/
|
|
memory@10000000 {
|
|
device_type = "memory";
|
|
reg = <0x10000000 0x80000000>; /* MEM2 - 2GiB */
|