diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2016-08-23 14:14:40 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-23 23:26:55 -0300 |
commit | e64c696b4a8b83da61648ec1c072f0c723dbb52c (patch) | |
tree | b090dbc25f7c2009c175f4cf2e919ac0d905e8c0 /conf | |
parent | 2edf5d7a499582eceb5d8da257dac28aef2edbe6 (diff) | |
download | meta-freescale-e64c696b4a8b83da61648ec1c072f0c723dbb52c.tar.gz |
imx7dsabresd: Install WiFi and Bluetooth by default
This machine has the ZP_BCM4339 chip, so install the firmware by default.
Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx7dsabresd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index 17337379..673207f2 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/conf/machine/imx7dsabresd.conf | |||
@@ -23,3 +23,5 @@ UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" | |||
23 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" | 23 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" |
24 | UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" | 24 | UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" |
25 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" | 25 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" |
26 | |||
27 | MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm" | ||