avr32: add firmware partition
[openwrt.git] / target / linux / avr32 / patches-3.3 / 110-openwrt_flashmap.patch
index 98669bc..3f87699 100644 (file)
        },
        {
                .name           = "env",
+@@ -55,6 +60,11 @@ static struct mtd_partition flash_parts[
+               .size           = 0x00010000,
+               .mask_flags     = MTD_WRITEABLE,
+       },
++      {
++              .name           = "firmware",
++              .offset         = 0x00020000,
++              .size           = 0x007d0000,
++      },
+ };
+ static struct physmap_flash_data flash_data = {