aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-11-06 23:17:24 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-11-14 22:36:46 +0100
commit55c77b3d3c7a85a2bbf891437e0f6aee4021fc96 (patch)
treecbe811668d53346424cf187bc212e6bdf039a8f2 /tools/firmware-utils/src
parenta4bb13e720315c9f4688248fc11d1727ef53846c (diff)
downloadupstream-55c77b3d3c7a85a2bbf891437e0f6aee4021fc96.tar.gz
upstream-55c77b3d3c7a85a2bbf891437e0f6aee4021fc96.tar.bz2
upstream-55c77b3d3c7a85a2bbf891437e0f6aee4021fc96.zip
ar71xx: increase kernel partition size for TP-Link RE450 v1
This increases kernel partition size and fixes rootfs (file-system) partition size on TP-Link RE450 v1. Also, while we are at it, switch from statically defined kernel and rootfs partitions in kernel cmdline to "tplink-fw" mtd splitter. Fixes: FS#1072. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'tools/firmware-utils/src')
-rw-r--r--tools/firmware-utils/src/tplink-safeloader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c
index 65b37926f6..eef1f913b9 100644
--- a/tools/firmware-utils/src/tplink-safeloader.c
+++ b/tools/firmware-utils/src/tplink-safeloader.c
@@ -852,8 +852,8 @@ static struct device_info boards[] = {
*/
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
- {"os-image", 0x20000, 0x150000},
- {"file-system", 0x170000, 0x4a0000},
+ {"os-image", 0x20000, 0x180000},
+ {"file-system", 0x1a0000, 0x460000},
{"partition-table", 0x600000, 0x02000},
{"default-mac", 0x610000, 0x00020},
{"pin", 0x610100, 0x00020},