projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd7e573
)
ar71xx: increase rb4xx nand kernel partition size (patch by danimo)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Oct 2010 14:27:34 +0000
(14:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Oct 2010 14:27:34 +0000
(14:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23293
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
index
59ea17d
..
ca9d8ad
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
+++ b/
target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
@@
-60,7
+60,7
@@
static struct mtd_partition rb4xx_nand_partitions[] = {
{
.name = "kernel",
.offset = (256 * 1024),
- .size = (
4
* 1024 * 1024) - (256 * 1024),
+ .size = (
6
* 1024 * 1024) - (256 * 1024),
},
{
.name = "rootfs",