Skip to content

Commit

Permalink
kernel: make CFE bootfs MTD parser available for ARCH_BCMBCA
Browse files Browse the repository at this point in the history
It's a new Broadcom symbol introduced in v6.0.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki authored and pull[bot] committed Aug 19, 2023
1 parent a40a0f0 commit 8eb31b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
Expand Up @@ -31,7 +31,7 @@ config MTD_SPLIT_BCM_WFI_FW

config MTD_SPLIT_CFE_BOOTFS
bool "Parser finding rootfs appended to the CFE bootfs"
depends on MTD_SPLIT_SUPPORT && ARCH_BCM4908
depends on MTD_SPLIT_SUPPORT && (ARCH_BCM4908 || ARCH_BCMBCA)
select MTD_SPLIT
help
cferom on BCM4908 (and bcm63xx) uses JFFS2 bootfs partition
Expand Down

0 comments on commit 8eb31b9

Please sign in to comment.