firmware-utils: tplink-safeloader: switch RE350 to dynamic partitions

Use the new dynamic partition split in tplink-safeloader so we no longer
have to worry about kernel size increases.

Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
Alex Maclean 2018-06-20 14:56:22 +01:00 committed by John Crispin
parent 2f23a0583a
commit 97da92b127
1 changed files with 2 additions and 6 deletions

View File

@ -977,14 +977,10 @@ static struct device_info boards[] = {
.support_trail = '\x00',
.soft_ver = NULL,
/**
The original os-image partition is too small,
so we enlarge it to 1.75M
*/
/** We're using a dynamic kernel/rootfs split here */
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
{"os-image", 0x20000, 0x1c0000},
{"file-system", 0x1e0000, 0x420000},
{"firmware", 0x20000, 0x5e0000},
{"partition-table", 0x600000, 0x02000},
{"default-mac", 0x610000, 0x00020},
{"pin", 0x610100, 0x00020},