diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2019-01-06 13:02:45 +0100 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@nxp.com> | 2019-01-09 14:42:52 -0200 |
commit | a97c71c6311a360cb1689a9746220d0ee0aae4b9 (patch) | |
tree | d4336ecba3c9b6035d0da71e0b0499a9471e78a9 /conf/machine/imx8qxpmek.conf | |
parent | f4b590bc5e2fbbc76c564c93c36b648065b0d8b3 (diff) | |
download | meta-freescale-a97c71c6311a360cb1689a9746220d0ee0aae4b9.tar.gz |
mx8: move non soc specific fw out of imx-base
It is unlikely that all future mx8 machines will require ath10k fw. So add
it in the specific board configuration and not in imx-base.inc.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/imx8qxpmek.conf')
-rw-r--r-- | conf/machine/imx8qxpmek.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf index 61cb51fd..2ffbcacc 100644 --- a/conf/machine/imx8qxpmek.conf +++ b/conf/machine/imx8qxpmek.conf | |||
@@ -38,3 +38,6 @@ IMAGE_BOOTLOADER = "imx-boot" | |||
38 | IMX_BOOT_SEEK = "32" | 38 | IMX_BOOT_SEEK = "32" |
39 | 39 | ||
40 | BOARD_TYPE = "mek" | 40 | BOARD_TYPE = "mek" |
41 | |||
42 | # Add additional firmware | ||
43 | MACHINE_FIRMWARE_append = " linux-firmware-ath10k" | ||