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/imx8mqevk.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/imx8mqevk.conf')
-rw-r--r-- | conf/machine/imx8mqevk.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx8mqevk.conf b/conf/machine/imx8mqevk.conf index 1fe0c769..f3280b9c 100644 --- a/conf/machine/imx8mqevk.conf +++ b/conf/machine/imx8mqevk.conf | |||
@@ -51,3 +51,6 @@ UBOOT_MAKE_TARGET = "" | |||
51 | IMX_BOOT_SEEK = "33" | 51 | IMX_BOOT_SEEK = "33" |
52 | 52 | ||
53 | OPTEE_BIN_EXT = "8mq" | 53 | OPTEE_BIN_EXT = "8mq" |
54 | |||
55 | # Add additional firmware | ||
56 | MACHINE_FIRMWARE_append = " linux-firmware-ath10k" | ||