mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
kernel: make CFE bootfs MTD parser available for ARCH_BCMBCA
It's a new Broadcom symbol introduced in v6.0. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
063641f8cf
commit
1817e864a2
@ -31,7 +31,7 @@ config MTD_SPLIT_BCM_WFI_FW
|
|||||||
|
|
||||||
config MTD_SPLIT_CFE_BOOTFS
|
config MTD_SPLIT_CFE_BOOTFS
|
||||||
bool "Parser finding rootfs appended to the 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
|
select MTD_SPLIT
|
||||||
help
|
help
|
||||||
cferom on BCM4908 (and bcm63xx) uses JFFS2 bootfs partition
|
cferom on BCM4908 (and bcm63xx) uses JFFS2 bootfs partition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user