ramips: define firmware partition for Omnima MiniEMBWiFi
Patch-by: Ivan Ignjatic <ivan@omnima.co.uk> SVN-Revision: 29602
This commit is contained in:
parent
246986cdb1
commit
03bce34384
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ static struct mtd_partition emb_partitions[] = {
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
.offset = 0x150000,
|
.offset = 0x150000,
|
||||||
.size = 0x6B0000,
|
.size = 0x6B0000,
|
||||||
|
}, {
|
||||||
|
.name = "firmware",
|
||||||
|
.offset = 0x050000,
|
||||||
|
.size = 0x7B0000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
|
Loading…
Reference in a new issue