warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 29 Jul 2016 13:45:30 +0000 (10:45 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Jul 2016 10:17:06 +0000 (12:17 +0200)
commit525c50ecb30cb2508c860ee86549d81349c28fa4
tree779ce84a2970100af1f716e7cdbceee2433445bb
parent0b481ac2430f527445739728844a368926f047c5
warpboard: linux.fragment: Do not use CONFIG_BRCMFMAC as built-in

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