tools/firmware-utils: mktplinkfw2: add Qualcomm layouts
[openwrt/openwrt.git] / tools / firmware-utils / src / mktplinkfw2.c
index 35db848bbab9f8315526dfa24ed351ad58878dde..102d72b1cc67f184d9dcdecc03c3ef1280d513de 100644 (file)
@@ -158,6 +158,18 @@ static struct flash_layout layouts[] = {
                .kernel_la      = 0x80000000,
                .kernel_ep      = 0x80000000,
                .rootfs_ofs     = 0x140000,
+       }, {
+               .id             = "8Mqca",
+               .fw_max_len     = 0x7a0000,
+               .kernel_la      = 0x80060000,
+               .kernel_ep      = 0x80060000,
+               .rootfs_ofs     = 0x140000,
+       }, {
+               .id             = "16Mqca",
+               .fw_max_len     = 0xf90000,
+               .kernel_la      = 0x80060000,
+               .kernel_ep      = 0x80060000,
+               .rootfs_ofs     = 0x140000,
        }, {
                /* terminating entry */
        }