aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-06 09:57:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-06 09:57:37 +0000
commite0d2a8de66ed47e6410d10fe97dfeeed57ba983d (patch)
treebf547830680949d6e1b97af17e6a9a152a071ac5
parentf09774c70c6ca99b6e8fdf4563a4aa7ff0bf215c (diff)
downloadupstream-e0d2a8de66ed47e6410d10fe97dfeeed57ba983d.tar.gz
upstream-e0d2a8de66ed47e6410d10fe97dfeeed57ba983d.tar.bz2
upstream-e0d2a8de66ed47e6410d10fe97dfeeed57ba983d.zip
[ar71xx] change flash partition map of the AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16356 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c
index ed5d1a8d4f..c88f68a41f 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c
@@ -48,22 +48,22 @@ static struct mtd_partition ap83_flash_partitions[] = {
.size = 0x020000,
.mask_flags = MTD_WRITEABLE,
} , {
- .name = "rootfs",
+ .name = "kernel",
.offset = 0x060000,
- .size = 0x400000,
+ .size = 0x140000,
} , {
- .name = "kernel",
- .offset = 0x460000,
- .size = 0x100000,
+ .name = "rootfs",
+ .offset = 0x1a0000,
+ .size = 0x650000,
} , {
.name = "art",
- .offset = 0x560000,
- .size = 0x2a0000,
+ .offset = 0x7f0000,
+ .size = 0x010000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmware",
.offset = 0x060000,
- .size = 0x500000,
+ .size = 0x790000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */