imx6sl-warp: Install bcm4330-nvram-config to enable WiFi support

The WiFi chip installed in the board is the Broadcom 4330, so provide
the proper nvram config and firmware to enable Wifi by default.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Estevam 2015-05-19 13:44:37 -03:00 committed by Otavio Salvador
parent 2ab68440d8
commit 6623ea7e4b

View File

@ -37,6 +37,8 @@ KERNEL_DEVICETREE = "imx6sl-warp.dtb"
SERIAL_CONSOLE = "115200 ttymxc0" SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config"
# The kernel used is based on Linux mainline so the FSL-specific # The kernel used is based on Linux mainline so the FSL-specific
# headers do not exist. The removal here allows the machine to be # headers do not exist. The removal here allows the machine to be
# built without errors. # built without errors.