mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
d42c9ce326
Add patches for 4.19 Drop patch 200-disable-tso, as the packet corruption was fixed in kernel commit 3b89624ab54b9dc2d92fc08ce2670e5f19ad8ec8 Restructure the DTS for Marvell switch in 104-ea3500 and 105-ea4500 to fix DTC warning. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
24 lines
421 B
Diff
24 lines
421 B
Diff
--- a/arch/arm/boot/dts/kirkwood-goflexnet.dts
|
|
+++ b/arch/arm/boot/dts/kirkwood-goflexnet.dts
|
|
@@ -159,18 +159,8 @@
|
|
};
|
|
|
|
partition@100000 {
|
|
- label = "uImage";
|
|
- reg = <0x0100000 0x400000>;
|
|
- };
|
|
-
|
|
- partition@500000 {
|
|
- label = "pogoplug";
|
|
- reg = <0x0500000 0x2000000>;
|
|
- };
|
|
-
|
|
- partition@2500000 {
|
|
- label = "root";
|
|
- reg = <0x02500000 0xd800000>;
|
|
+ label = "ubi";
|
|
+ reg = <0x0100000 0x0ff00000>;
|
|
};
|
|
};
|
|
|