1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 14:38:20 +02:00

ramips: fix argus board rootfs size

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 29422
This commit is contained in:
Gabor Juhos 2011-12-04 15:24:57 +00:00
parent 0d587a173c
commit 56c9b50006

@ -85,7 +85,7 @@ static struct mtd_partition argus_atp52b_partitions[] = {
}, {
.name = "rootfs",
.offset = 0x170000,
.size = 0x680000,
.size = 0x690000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */