TL-WR941ND: update flash partition map

SVN-Revision: 14673
This commit is contained in:
Gabor Juhos 2009-02-26 17:01:05 +00:00
parent 4a518ddf1c
commit 47dc8c615a

View file

@ -39,15 +39,11 @@ static struct mtd_partition tl_wr941nd_partitions[] = {
} , { } , {
.name = "kernel", .name = "kernel",
.offset = 0x020000, .offset = 0x020000,
.size = 0x100000, .size = 0x120000,
} , { } , {
.name = "rootfs", .name = "rootfs",
.offset = 0x120000, .offset = 0x140000,
.size = 0x2c0000, .size = 0x2b0000,
} , {
.name = "config",
.offset = 0x3e0000,
.size = 0x010000,
} , { } , {
.name = "art", .name = "art",
.offset = 0x3f0000, .offset = 0x3f0000,
@ -56,7 +52,7 @@ static struct mtd_partition tl_wr941nd_partitions[] = {
} , { } , {
.name = "firmware", .name = "firmware",
.offset = 0x020000, .offset = 0x020000,
.size = 0x3c0000, .size = 0x3d0000,
} }
}; };
#endif /* CONFIG_MTD_PARTITIONS */ #endif /* CONFIG_MTD_PARTITIONS */