sync with the orion git tree
[openwrt.git] / target / linux / orion / patches / 100-openwrt_partition_map.patch
1 --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c
2 +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
3 @@ -56,19 +56,11 @@
4 {
5 .name = "kernel",
6 .offset = 0x00000000,
7 - .size = 0x00760000,
8 + .size = 0x00100000,
9 }, {
10 .name = "rootfs",
11 - .offset = 0x001a0000,
12 - .size = 0x005c0000,
13 - }, {
14 - .name = "lang",
15 - .offset = 0x00760000,
16 - .size = 0x00040000,
17 - }, {
18 - .name = "nvram",
19 - .offset = 0x007a0000,
20 - .size = 0x00020000,
21 + .offset = 0x00100000,
22 + .size = 0x006c0000,
23 }, {
24 .name = "u-boot",
25 .offset = 0x007c0000,
This page took 0.063463 seconds and 5 git commands to generate.