Root/
| 1 | --- a/arch/arm/mach-orion5x/wnr854t-setup.c |
| 2 | +++ b/arch/arm/mach-orion5x/wnr854t-setup.c |
| 3 | @@ -66,6 +66,10 @@ static struct mtd_partition wnr854t_nor_ |
| 4 | .name = "uboot", |
| 5 | .offset = 0x00760000, |
| 6 | .size = 0x00040000, |
| 7 | + }, { |
| 8 | + .name = "image", // for sysupgrade |
| 9 | + .offset = 0x00000000, |
| 10 | + .size = 0x00760000, |
| 11 | }, |
| 12 | }; |
| 13 | |
| 14 |
