ramips: fix argus board rootfs size

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

SVN-Revision: 29422
master
Gabor Juhos 13 years ago
parent 0d587a173c
commit 56c9b50006
  1. 2
      target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c

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

Loading…
Cancel
Save