summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-04-23 11:05:29 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-23 11:22:52 -0300
commit0226b55c00cd53c64aa6f6c80a28dd8b03cf9b1c (patch)
tree04285c71deb2be0ddd47afe947f2ef7ac7742785 /conf/machine/include/imx-base.inc
parentfc8bcfae0658375b1c241b6b9633b0c2dce6ac88 (diff)
downloadmeta-fsl-arm-0226b55c00cd53c64aa6f6c80a28dd8b03cf9b1c.tar.gz
Stop using mx6s SoC family
The i.MX6 Solo is internally a i.MX6 Dual Lite but single core. This uses the mx6dl as the SoC family as it is already being done in the Kernel, U-Boot and Barebox. Change-Id: Ifefdce9d2f261352c409e7137c7566060e3915be Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index ea3a723..c16da31 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -57,7 +57,6 @@ MACHINE_FIRMWARE ?= ""
57MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q" 57MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q"
58MACHINE_FIRMWARE_append_mx6d = " firmware-imx-vpu-imx6d" 58MACHINE_FIRMWARE_append_mx6d = " firmware-imx-vpu-imx6d"
59MACHINE_FIRMWARE_append_mx6dl = " firmware-imx-vpu-imx6d" 59MACHINE_FIRMWARE_append_mx6dl = " firmware-imx-vpu-imx6d"
60MACHINE_FIRMWARE_append_mx6s = " firmware-imx-vpu-imx6d"
61MACHINE_FIRMWARE_append_mx53 = " firmware-imx-vpu-imx53 firmware-imx-sdma-imx53" 60MACHINE_FIRMWARE_append_mx53 = " firmware-imx-vpu-imx53 firmware-imx-sdma-imx53"
62MACHINE_FIRMWARE_append_mx51 = " firmware-imx-vpu-imx51 firmware-imx-sdma-imx51" 61MACHINE_FIRMWARE_append_mx51 = " firmware-imx-vpu-imx51 firmware-imx-sdma-imx51"
63 62