mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 05:02:58 +02:00
ramips: update HW550-3G mtd partitions
This patch updates the mtd partitions for the Aztech HW550-3G Signed-off-by: Layne Edwards <ledwards@astrumtech.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27378 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d786690857
commit
b1476a05c2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user