The current mini Kernel exceeds 1MB and therefore doesn't fit into the
current MTD definition for Marvell Orion.
The attached patch add additional 256KB for the kernel and replaces the
current patch in target/linux/orion/patches/
It also stays closer to the original definition.
Signed-off-by: Matthias Buecher <[email protected]>
--- b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
+++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
@@ -58,11 +58,15 @@
{
.name = "kernel",
.offset = 0x00000000,
- .size = 0x00760000,
+ .size = 0x00140000,
}, {
.name = "rootfs",
- .offset = 0x001a0000,
- .size = 0x005c0000,
+ .offset = 0x00140000,
+ .size = 0x00610000,
+ }, {
+ .name = "ErCoMm",
+ .offset = 0x00750000,
+ .size = 0x00010000,
}, {
.name = "lang",
.offset = 0x00760000,
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel