mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 06:19:43 +02:00
33 lines
562 B
Diff
33 lines
562 B
Diff
|
--- a/arch/mips/lantiq/xway/mach-easy50601.c
|
||
|
+++ b/arch/mips/lantiq/xway/mach-easy50601.c
|
||
|
@@ -32,12 +32,7 @@
|
||
|
{
|
||
|
.name = "linux",
|
||
|
.offset = 0x20000,
|
||
|
- .size = 0xE0000,
|
||
|
- },
|
||
|
- {
|
||
|
- .name = "rootfs",
|
||
|
- .offset = 0x100000,
|
||
|
- .size = 0x300000,
|
||
|
+ .size = 0x3d0000,
|
||
|
},
|
||
|
};
|
||
|
|
||
|
--- a/arch/mips/lantiq/xway/mach-easy50712.c
|
||
|
+++ b/arch/mips/lantiq/xway/mach-easy50712.c
|
||
|
@@ -34,12 +34,7 @@
|
||
|
{
|
||
|
.name = "linux",
|
||
|
.offset = 0x20000,
|
||
|
- .size = 0xe0000,
|
||
|
- },
|
||
|
- {
|
||
|
- .name = "rootfs",
|
||
|
- .offset = 0x100000,
|
||
|
- .size = 0x300000,
|
||
|
+ .size = 0x3d0000,
|
||
|
},
|
||
|
};
|
||
|
|