tn3399_openwrt/target/linux/avr32/patches-3.10/110-openwrt_flashmap.patch
Gabor Juhos 942e69b166 avr32: optimize image generation
- remove the kernel+rootfs partitions from the MTD partition map,
 - use a temporary directory for intermediate image files,
 - append the root squashfs directly to the kernel,
 - don't hardcode uImage size in the jffs2 images,

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38194
2013-09-25 19:32:34 +00:00

12 lines
319 B
Diff

--- a/arch/avr32/boards/atngw100/flash.c
+++ b/arch/avr32/boards/atngw100/flash.c
@@ -45,7 +45,7 @@ static struct mtd_partition flash_parts[
.mask_flags = MTD_WRITEABLE,
},
{
- .name = "root",
+ .name = "firmware",
.offset = 0x00020000,
.size = 0x007d0000,
},