ralink: fix c&p error in gpio driver
[openwrt/svn-archive/archive.git] / target / linux / avr32 / patches-3.10 / 110-openwrt_flashmap.patch
1 --- a/arch/avr32/boards/atngw100/flash.c
2 +++ b/arch/avr32/boards/atngw100/flash.c
3 @@ -45,7 +45,7 @@ static struct mtd_partition flash_parts[
4 .mask_flags = MTD_WRITEABLE,
5 },
6 {
7 - .name = "root",
8 + .name = "firmware",
9 .offset = 0x00020000,
10 .size = 0x007d0000,
11 },