diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-09-29 10:27:21 -0700 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-10-02 09:09:08 +0200 |
commit | b597cc75f7fe76708bc6ab3f0e09bbff6f09ae4a (patch) | |
tree | 9be45c28b2d572a845a6162de668b1e3d02c17a2 /tools/hv | |
parent | 88c4203e17241149c768590ad7dd17720d417d5e (diff) |
mtd: parsers: bcm63xx: Do not make it modular
With commit 91e81150d388 ("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: 91e81150d388 ("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
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions