avr32: add firmware partition
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Mar 2013 13:28:23 +0000 (13:28 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Mar 2013 13:28:23 +0000 (13:28 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35981 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 = {