All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in
@ 2016-07-30 10:17 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-30 10:17 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=525c50ecb30cb2508c860ee86549d81349c28fa4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 board/freescale/warpboard/linux.fragment | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/freescale/warpboard/linux.fragment b/board/freescale/warpboard/linux.fragment
index 736b9cd..892d0cb 100644
--- a/board/freescale/warpboard/linux.fragment
+++ b/board/freescale/warpboard/linux.fragment
@@ -1,2 +1 @@
 CONFIG_CFG80211_WEXT=y
-CONFIG_BRCMFMAC=y

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-30 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-30 10:17 [Buildroot] [git commit] warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.