Commit 0f3aa13b19f46086bcfb98733b4cad00e3263781

Authored by Eric Lee
1 parent ac077c902d
Exists in master

Fix typo in machine file

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

conf/machine/imx7d2gsmarc.conf
... ... @@ -49,7 +49,7 @@
49 49 # Ship all kernel modules by default
50 50 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
51 51  
52   -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k"
  52 +MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k"
53 53  
54 54 BOOT_SPACE = "10240"
conf/machine/imx7dsmarc.conf
... ... @@ -48,7 +48,7 @@
48 48 # Ship all kernel modules by default
49 49 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
50 50  
51   -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k"
  51 +MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k"
52 52  
53 53 BOOT_SPACE = "10240"
conf/machine/imx7ssmarc.conf
... ... @@ -49,7 +49,7 @@
49 49 # Ship all kernel modules by default
50 50 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
51 51  
52   -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k"
  52 +MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k"
53 53  
54 54 BOOT_SPACE = "10240"