diff mbox series

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

Message ID 2913653.e9J7NaK4W3@tool
State Superseded, archived
Headers show
Series [v3,1/3] bcm63xx: kernel: enable the tplink image parser | expand

Commit Message

Daniel González Cabanelas Nov. 29, 2022, 9:09 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

 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