diff mbox series

[v4,1/3] bcm63xx: kernel: enable the tplink image parser

Message ID 13173061.uLZWGnKmhe@tool
State Under Review
Delegated to: Álvaro Fernández
Headers show
Series [v4,1/3] bcm63xx: kernel: enable the tplink image parser | expand

Commit Message

Daniel González Cabanelas Dec. 1, 2022, 8:22 p.m. UTC
Enable the tplink mtd firmware splitter to allow booting images with
tplink headers. 

Since known devices with these headers are dual core, only enable this
driver in the SMP subtarget.

Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
---
Changes in v2: no changes
Changes in v3: cosmetic
Changes in v4: no changes

 target/linux/bcm63xx/smp/config-default | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/target/linux/bcm63xx/smp/config-default b/target/linux/bcm63xx/smp/config-default
index a6eae6e41d..15135f01a6 100644
--- a/target/linux/bcm63xx/smp/config-default
+++ b/target/linux/bcm63xx/smp/config-default
@@ -19,6 +19,7 @@  CONFIG_MTD_NAND_CORE=y
 CONFIG_MTD_NAND_ECC_SW_HAMMING=y
 CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_SPLIT_BCM_WFI_FW=y
+CONFIG_MTD_SPLIT_TPLINK_FW=y
 CONFIG_MTD_UBI=y
 CONFIG_MTD_UBI_BEB_LIMIT=20
 CONFIG_MTD_UBI_BLOCK=y