mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-04 05:42:42 +00:00
ar71xx: fix firmware partition size on the MZK-W04NU board
SVN-Revision: 21172
This commit is contained in:
parent
c018bd8ec1
commit
77b2354fcd
@ -61,7 +61,7 @@ static struct mtd_partition mzk_w04nu_partitions[] = {
|
||||
} , {
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x770000,
|
||||
.size = 0x790000,
|
||||
}
|
||||
};
|
||||
#endif /* CONFIG_MTD_PARTITIONS */
|
||||
|
Loading…
Reference in New Issue
Block a user