mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-04 21:46:14 +02:00
backfire: ar71xx: fix firmware partition size on the MZK-W04NU board (backport of r21172)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21227 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a65fdbedb9
commit
f84b320e33
@ -61,7 +61,7 @@ static struct mtd_partition mzk_w04nu_partitions[] = {
|
|||||||
} , {
|
} , {
|
||||||
.name = "firmware",
|
.name = "firmware",
|
||||||
.offset = 0x050000,
|
.offset = 0x050000,
|
||||||
.size = 0x770000,
|
.size = 0x790000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
Loading…
Reference in New Issue
Block a user