diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-12-11 13:05:08 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-12 09:57:40 +0100 |
commit | 52c7375c134afd204f6ac9d46265f77f7800123c (patch) | |
tree | 7b06dc3aba01d3db4b3babcf1c36d946402328de | |
parent | 6b94234a6598b855573a6516494de8e7d755e944 (diff) | |
download | upstream-52c7375c134afd204f6ac9d46265f77f7800123c.tar.gz upstream-52c7375c134afd204f6ac9d46265f77f7800123c.tar.bz2 upstream-52c7375c134afd204f6ac9d46265f77f7800123c.zip |
bcm53xx: disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK
There are many targets using user space scripts to generate firmware but
bcm53xx doesn't need this, so let's disable that kernel option.
This lets us avoid some scary-looking kernel warnings like:
brcmfmac 0001:04:00.0: Falling back to user helper
firmware brcm!brcmfmac43602-pcie.txt: firmware_loading_store: map pages failed
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r-- | target/linux/bcm53xx/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index 7c210a308a..e6e6e50f62 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -124,6 +124,7 @@ CONFIG_EDAC_SUPPORT=y CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FRAME_POINTER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_CLOCKEVENTS=y |