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

ramips: update partition map for DIR-300-B1

Patch by Layne Edwards from #9252.

SVN-Revision: 27384
parent 641c87b1
No related branches found
No related tags found
No related merge requests found
...@@ -51,15 +51,15 @@ static struct mtd_partition dir_300b_partitions[] = { ...@@ -51,15 +51,15 @@ static struct mtd_partition dir_300b_partitions[] = {
}, { }, {
.name = "kernel", .name = "kernel",
.offset = 0x050000, .offset = 0x050000,
.size = 0x0f0000, .size = 0x0d0000,
}, { }, {
.name = "rootfs", .name = "rootfs",
.offset = 0x140000, .offset = 0x120000,
.size = 0x2B0000, .size = 0x2e0000,
}, { }, {
.name = "firmware", .name = "firmware",
.offset = 0x050000, .offset = 0x050000,
.size = 0x3a0000, .size = 0x3b0000,
} }
}; };
#endif /* CONFIG_MTD_PARTITIONS */ #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