mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
mtd: parsers: bcm63xx: Do not make it modular
With commit91e81150d3("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:91e81150d3("mtd: parsers: bcm63xx: simplify CFE detection") Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
This commit is contained in:
committed by
Miquel Raynal
parent
88c4203e17
commit
b597cc75f7
@@ -12,7 +12,7 @@ config MTD_BCM47XX_PARTS
|
||||
boards.
|
||||
|
||||
config MTD_BCM63XX_PARTS
|
||||
tristate "BCM63XX CFE partitioning parser"
|
||||
bool "BCM63XX CFE partitioning parser"
|
||||
depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
|
||||
select CRC32
|
||||
select MTD_PARSER_IMAGETAG
|
||||
|
||||
Reference in New Issue
Block a user