Skip to content

Commit b597cc7

Browse files
ffainellimiquelraynal
authored andcommitted
mtd: parsers: bcm63xx: Do not make it modular
With commit 91e8115 ("mtd: parsers: bcm63xx: simplify CFE detection"), we generate a reference to fw_arg3 which is the fourth firmware/command line argument on MIPS platforms. That symbol is not exported and would cause a linking failure. The parser is typically necessary to boot a BCM63xx-based system anyway so having it be part of the kernel image makes sense, therefore make it 'bool' instead of 'tristate'. Fixes: 91e8115 ("mtd: parsers: bcm63xx: simplify CFE detection") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200929172726.30469-1-f.fainelli@gmail.com
1 parent 88c4203 commit b597cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/parsers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config MTD_BCM47XX_PARTS
1212
boards.
1313

1414
config MTD_BCM63XX_PARTS
15-
tristate "BCM63XX CFE partitioning parser"
15+
bool "BCM63XX CFE partitioning parser"
1616
depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
1717
select CRC32
1818
select MTD_PARSER_IMAGETAG

0 commit comments

Comments
 (0)