change flash partition map of the AP83 board
authorGabor Juhos <juhosg@openwrt.org>
Sat, 6 Jun 2009 09:57:37 +0000 (09:57 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 6 Jun 2009 09:57:37 +0000 (09:57 +0000)
SVN-Revision: 16356

target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c

index ed5d1a8d4f88f0beff172b56f6fd626006c8b987..c88f68a41fdfa47a77ce82d73e9618935ddd8315 100644 (file)
@@ -48,22 +48,22 @@ static struct mtd_partition ap83_flash_partitions[] = {
                .size           = 0x020000,
                .mask_flags     = MTD_WRITEABLE,
        } , {
-               .name           = "rootfs",
+               .name           = "kernel",
                .offset         = 0x060000,
-               .size           = 0x400000,
+               .size           = 0x140000,
        } , {
-               .name           = "kernel",
-               .offset         = 0x460000,
-               .size           = 0x100000,
+               .name           = "rootfs",
+               .offset         = 0x1a0000,
+               .size           = 0x650000,
        } , {
                .name           = "art",
-               .offset         = 0x560000,
-               .size           = 0x2a0000,
+               .offset         = 0x7f0000,
+               .size           = 0x010000,
                .mask_flags     = MTD_WRITEABLE,
        } , {
                .name           = "firmware",
                .offset         = 0x060000,
-               .size           = 0x500000,
+               .size           = 0x790000,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */