ar71xx: use dynamic partitioning for TP-Link TL-WA850RE v2
authorAdrian Schmutzler <[email protected]>
Thu, 16 Jan 2020 14:37:22 +0000 (15:37 +0100)
committerAdrian Schmutzler <[email protected]>
Wed, 22 Jan 2020 22:52:51 +0000 (23:52 +0100)
This moves the TP-Link TL-WA850RE v2 to dynamic partitioning and
will allow to use this for ath79 as well.

Signed-off-by: Adrian Schmutzler <[email protected]>
src/tplink-safeloader.c

index 8749597617c7326fa9a0b510d950bcf9987a236e..43c4bafe00e01676f302b7b0a2cda570d6bbad38 100644 (file)
@@ -1240,8 +1240,7 @@ static struct device_info boards[] = {
                */
                .partitions = {
                        {"fs-uboot", 0x00000, 0x20000},
-                       {"os-image", 0x20000, 0x150000},
-                       {"file-system", 0x170000, 0x240000},
+                       {"firmware", 0x20000, 0x390000},
                        {"partition-table", 0x3b0000, 0x02000},
                        {"default-mac", 0x3c0000, 0x00020},
                        {"pin", 0x3c0100, 0x00020},