Skip to content
Snippets Groups Projects
Commit affb57ee authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ramips: update HW550-3G mtd partitions


This patch updates the mtd partitions for the Aztech HW550-3G

Signed-off-by: default avatarLayne Edwards <ledwards@astrumtech.net>

SVN-Revision: 27378
parent 3099ffe4
No related branches found
No related tags found
No related merge requests found
......@@ -53,19 +53,15 @@ static struct mtd_partition hw550_3g_partitions[] = {
}, {
.name = "kernel",
.offset = 0x050000,
.size = 0x180000,
.size = 0x0d0000,
}, {
.name = "rootfs",
.offset = 0x1d0000,
.size = 0x580000,
}, {
.name = "user",
.offset = 0x750000,
.size = 0x0b0000,
.offset = 0x120000,
.size = 0x6e0000,
}, {
.name = "firmware",
.offset = 0x050000,
.size = 0x700000,
.size = 0x7b0000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment