1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 22:25:33 +03:00

ar71xx: fix firmware partition size on the MZK-W04NU board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21172 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-04-26 18:28:01 +00:00
parent 9bca18c255
commit d0bcb711d4

View File

@ -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 */