diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-26 18:28:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-26 18:28:01 +0000 |
commit | 77b2354fcdba286059010b0819f3c99e5537f373 (patch) | |
tree | af6a0c123fef8290bb1c909030f41e16573a83c8 /target/linux/ar71xx/files/arch/mips | |
parent | c018bd8ec18f8c8f8af20cfb83296824fedbf9cd (diff) | |
download | mtk-20170518-77b2354fcdba286059010b0819f3c99e5537f373.zip mtk-20170518-77b2354fcdba286059010b0819f3c99e5537f373.tar.gz mtk-20170518-77b2354fcdba286059010b0819f3c99e5537f373.tar.bz2 |
ar71xx: fix firmware partition size on the MZK-W04NU board
SVN-Revision: 21172
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c index b0dc0d1..df68b28 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c @@ -61,7 +61,7 @@ static struct mtd_partition mzk_w04nu_partitions[] = { } , { .name = "firmware", .offset = 0x050000, - .size = 0x770000, + .size = 0x790000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |