summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2023-12-04 13:54:56 +0100
committerDavid Bauer <mail@david-bauer.net>2023-12-04 14:20:46 +0100
commitd9271aa5b7ddcef20ebe64d1d80c8ddcd6cd7fb7 (patch)
tree6d0f1035a37502537f8fa12f0d2b91ddd3f924cc /target
parente03f5e4af735bbd73ac6d3252ce474d4666fd3d5 (diff)
downloadopenwrt-d9271aa5b7ddcef20ebe64d1d80c8ddcd6cd7fb7.tar.gz
openwrt-d9271aa5b7ddcef20ebe64d1d80c8ddcd6cd7fb7.tar.bz2
openwrt-d9271aa5b7ddcef20ebe64d1d80c8ddcd6cd7fb7.zip
mpc85xx: allow mapping of cpu1 spin-table page
The no-map property was incorrectly added, which kept the system-memory available on the WS-AP3825 limited to 190MB. We are allowed to map the page containing the CPU1 spin-table, we are just not allowed to write to it. Fixes: 57d7382cb159 ("mpc85xx: increase available RAM on Extreme Networks WS-AP3825i") Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r--target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
index 9d09a1b5fd..e72d8e9354 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
+++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
@@ -315,7 +315,6 @@
cpu1-bootpage@e000000 {
/* Reserve upper 1 MB for second-core-bootpage */
reg = <0x0 0xff00000 0x0 0x100000>;
- no-map;
};
};