summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-05-23 17:10:46 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-06-07 14:17:03 -0300
commitb48b63a7eaaffd6fb4814d1134fe9745c464bbe7 (patch)
treea1fc24a1a4ba82ecb8c149709f872fa23385ed16 /conf/machine/imx53qsb.conf
parent60becee986ea14ac1297ccf45879808e67fea239 (diff)
downloadmeta-fsl-arm-b48b63a7eaaffd6fb4814d1134fe9745c464bbe7.tar.gz
firmware-imx: Remove Atheros firmware
The linux-firmware already provide the Atheros firmware so we should use it and avoid duplication. Change-Id: I5e8675612916ab20ae27e63aedba6758e9a17afb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx53qsb.conf')
-rw-r--r--conf/machine/imx53qsb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index 3114688..ca84243 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -12,6 +12,6 @@ KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
12 12
13UBOOT_MACHINE = "mx53loco_config" 13UBOOT_MACHINE = "mx53loco_config"
14 14
15MACHINE_FIRMWARE += "firmware-imx-ar3k \ 15MACHINE_FIRMWARE = "linux-firmware-ar3k \
16 firmware-imx-ath6k" 16 linux-firmware-ath6k"
17MACHINE_FEATURES += " wifi bluetooth" 17MACHINE_FEATURES += " wifi bluetooth"