f1fddceff4b09371d812eef6fa1495d2e5add5f1
[openwrt/staging/jow.git] / target / linux / mvebu / patches-5.15 / 315-armada-xp-linksys-mamba-resize-kernel.patch
1 From 258233f00bcd013050efee00c5d9128ef8cd62dd Mon Sep 17 00:00:00 2001
2 From: Tad <tad@spotco.us>
3 Date: Fri, 5 Feb 2021 22:32:11 -0500
4 Subject: [PATCH] ARM: dts: armada-xp-linksys-mamba: Increase kernel
5 partition to 4MB
6
7 Signed-off-by: Tad Davanzo <tad@spotco.us>
8 ---
9 arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 8 ++++----
10 1 file changed, 4 insertions(+), 4 deletions(-)
11
12 --- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
13 +++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
14 @@ -456,9 +456,9 @@
15 reg = <0xa00000 0x2800000>; /* 40MB */
16 };
17
18 - partition@d00000 {
19 + partition@e00000 {
20 label = "rootfs1";
21 - reg = <0xd00000 0x2500000>; /* 37MB */
22 + reg = <0xe00000 0x2400000>; /* 36MB */
23 };
24
25 /* kernel2 overlaps with rootfs2 by design */
26 @@ -467,9 +467,9 @@
27 reg = <0x3200000 0x2800000>; /* 40MB */
28 };
29
30 - partition@3500000 {
31 + partition@3600000 {
32 label = "rootfs2";
33 - reg = <0x3500000 0x2500000>; /* 37MB */
34 + reg = <0x3600000 0x2400000>; /* 36MB */
35 };
36
37 /*