2013-09-25 21:33:49 +08:00
|
|
|
--- a/arch/avr32/boards/atngw100/flash.c
|
|
|
|
+++ b/arch/avr32/boards/atngw100/flash.c
|
2013-09-26 03:32:34 +08:00
|
|
|
@@ -45,7 +45,7 @@ static struct mtd_partition flash_parts[
|
2013-09-25 21:33:49 +08:00
|
|
|
.mask_flags = MTD_WRITEABLE,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
- .name = "root",
|
2013-09-26 03:32:34 +08:00
|
|
|
+ .name = "firmware",
|
2013-09-25 21:33:49 +08:00
|
|
|
.offset = 0x00020000,
|
2013-09-26 03:32:34 +08:00
|
|
|
.size = 0x007d0000,
|
2013-09-25 21:33:49 +08:00
|
|
|
},
|