]> Git Repo - buildroot-mgba.git/commitdiff
warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in
authorFabio Estevam <[email protected]>
Fri, 29 Jul 2016 13:45:30 +0000 (10:45 -0300)
committerThomas Petazzoni <[email protected]>
Sat, 30 Jul 2016 10:17:06 +0000 (12:17 +0200)
Selecting the driver CONFIG_BRCMFMAC as built-in causes some probe issues
as we cannot guarantee that the brcmfmac driver will be probed after the
rootfs has been mounted. The brcmfmac driver retrieves the firmware and
nvram file from the rootfs, so the rootfs should be mounted first.

To avoid such issues let the CONFIG_BRCMFMAC be built as module, which is
the original option in imx_v6_v7_defconfig.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
board/freescale/warpboard/linux.fragment

index 736b9cdf7c42e539a32cc31997cf5a4956ec91c2..892d0cb7b99f5fcfef8b3153f0dc35d94a5c565d 100644 (file)
@@ -1,2 +1 @@
 CONFIG_CFG80211_WEXT=y
-CONFIG_BRCMFMAC=y
This page took 0.035034 seconds and 4 git commands to generate.