Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in
@ 2016-07-29 13:45 Fabio Estevam
  2016-07-29 16:23 ` Jörg Krause
  2016-07-30 10:17 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2016-07-29 13:45 UTC (permalink / raw)
  To: buildroot

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>
---
 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-30 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 13:45 [Buildroot] [PATCH] warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in Fabio Estevam
2016-07-29 16:23 ` Jörg Krause
2016-07-29 16:29   ` Fabio Estevam
2016-07-29 16:34     ` Jörg Krause
2016-07-30 10:17 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox