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 | ad8207582134ca944823d74282b9bda866f379b9 (patch) | |
tree | 2cebf64fc156a2c2ffb2459d5cde028e2460d23c /target/linux | |
parent | 74b79f32db3c69a13021d14cc9602cba38c9cbe5 (diff) | |
download | upstream-ad8207582134ca944823d74282b9bda866f379b9.tar.gz upstream-ad8207582134ca944823d74282b9bda866f379b9.tar.bz2 upstream-ad8207582134ca944823d74282b9bda866f379b9.zip |
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
Diffstat (limited to 'target/linux')
-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 b0dc0d19b2..df68b282fc 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 */ |