summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2023-12-07 04:44:33 +0100
committerDavid Bauer <mail@david-bauer.net>2023-12-28 23:37:51 +0100
commitfab15fa57e45561411788733b80ee49d3eca094b (patch)
tree164ca3c0dde32c075d4362e19693595411fa8db7 /target/linux/mpc85xx
parent47818fbc012d7b8ef4129bf702da2d6aae07266e (diff)
downloadopenwrt-fab15fa57e45561411788733b80ee49d3eca094b.tar.gz
openwrt-fab15fa57e45561411788733b80ee49d3eca094b.tar.bz2
openwrt-fab15fa57e45561411788733b80ee49d3eca094b.zip
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>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r--target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts2
1 files changed, 1 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 e72d8e9354..bdc5e81df2 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
@@ -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>;
};