mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-23 04:25:21 +00:00
mpc85xx: fix reserved-memory node name
Make the node name match the actual memory address. Fixes: 57d7382cb159 ("mpc85xx: increase available RAM on Extreme Networks WS-AP3825i") Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
47818fbc01
commit
fab15fa57e
@ -312,7 +312,7 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
cpu1-bootpage@e000000 {
|
||||
cpu1-bootpage@ff00000 {
|
||||
/* Reserve upper 1 MB for second-core-bootpage */
|
||||
reg = <0x0 0xff00000 0x0 0x100000>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user