Skip to content
Snippets Groups Projects
Commit 6261ae12 authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
(cherry picked from commit d9271aa5b7ddcef20ebe64d1d80c8ddcd6cd7fb7)
parent de37b56c
No related branches found
No related tags found
1 merge request!433Merge OpenWrt tag 'v23.05.4' into devel
......@@ -315,7 +315,6 @@
cpu1-bootpage@e000000 {
/* Reserve upper 1 MB for second-core-bootpage */
reg = <0x0 0xff00000 0x0 0x100000>;
no-map;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment