1 --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c
2 +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
3 @@ -135,11 +135,11 @@ static struct mtd_partition wrt350n_v2_n
8 + .size = 0x00100000, // change to kernel mtd size here (1/3)
11 - .offset = 0x001a0000,
13 + .offset = 0x00100000, // change to kernel mtd size here (2/3)
14 + .size = 0x00650000, // adopt to kernel mtd size here (3/3) = 0x00750000 - <kernel mtd size>
18 @@ -152,6 +152,14 @@ static struct mtd_partition wrt350n_v2_n
23 + .name = "eRcOmM_do_not_touch",
24 + .offset = 0x00750000,
25 + .size = 0x00010000, // erasesize
27 + .name = "image", // for sysupgrade
28 + .offset = 0x00000000,