From: Gabor Juhos Date: Tue, 12 Mar 2013 13:28:23 +0000 (+0000) Subject: avr32: add firmware partition X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=fbf5bf65e9b0d14d505e39f1f6328dde41dd00ef avr32: add firmware partition Signed-off-by: Gabor Juhos SVN-Revision: 35981 --- diff --git a/target/linux/avr32/patches-3.3/110-openwrt_flashmap.patch b/target/linux/avr32/patches-3.3/110-openwrt_flashmap.patch index 98669bc473..3f87699b04 100644 --- a/target/linux/avr32/patches-3.3/110-openwrt_flashmap.patch +++ b/target/linux/avr32/patches-3.3/110-openwrt_flashmap.patch @@ -17,3 +17,15 @@ }, { .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 = {