Skip to content

Commit

Permalink
mpc85xx: allow mapping of cpu1 spin-table page
Browse files Browse the repository at this point in the history
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: 57d7382 ("mpc85xx: increase available RAM on Extreme Networks WS-AP3825i")

Signed-off-by: David Bauer <[email protected]>
(cherry picked from commit d9271aa)
  • Loading branch information
blocktrron committed Dec 4, 2023
1 parent de37b56 commit 6261ae1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@
cpu1-bootpage@e000000 {
/* Reserve upper 1 MB for second-core-bootpage */
reg = <0x0 0xff00000 0x0 0x100000>;
no-map;
};
};

Expand Down

0 comments on commit 6261ae1

Please sign in to comment.