From 0f3aa13b19f46086bcfb98733b4cad00e3263781 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Wed, 23 Jan 2019 12:40:13 +0800 Subject: [PATCH] Fix typo in machine file --- conf/machine/imx7d2gsmarc.conf | 2 +- conf/machine/imx7dsmarc.conf | 2 +- conf/machine/imx7ssmarc.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/imx7d2gsmarc.conf b/conf/machine/imx7d2gsmarc.conf index e6b2d33..758212a 100644 --- a/conf/machine/imx7d2gsmarc.conf +++ b/conf/machine/imx7d2gsmarc.conf @@ -49,6 +49,6 @@ IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k" +MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k" BOOT_SPACE = "10240" diff --git a/conf/machine/imx7dsmarc.conf b/conf/machine/imx7dsmarc.conf index 03aa3f7..4703e55 100644 --- a/conf/machine/imx7dsmarc.conf +++ b/conf/machine/imx7dsmarc.conf @@ -48,6 +48,6 @@ IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k" +MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k" BOOT_SPACE = "10240" diff --git a/conf/machine/imx7ssmarc.conf b/conf/machine/imx7ssmarc.conf index dae0a91..9dfffe2 100644 --- a/conf/machine/imx7ssmarc.conf +++ b/conf/machine/imx7ssmarc.conf @@ -49,6 +49,6 @@ IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k" +MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k" BOOT_SPACE = "10240" -- 1.9.1