From 0226b55c00cd53c64aa6f6c80a28dd8b03cf9b1c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 23 Apr 2014 11:05:29 -0300 Subject: 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 --- conf/machine/include/imx-base.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/include') 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 ?= "" MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q" MACHINE_FIRMWARE_append_mx6d = " firmware-imx-vpu-imx6d" MACHINE_FIRMWARE_append_mx6dl = " firmware-imx-vpu-imx6d" -MACHINE_FIRMWARE_append_mx6s = " firmware-imx-vpu-imx6d" MACHINE_FIRMWARE_append_mx53 = " firmware-imx-vpu-imx53 firmware-imx-sdma-imx53" MACHINE_FIRMWARE_append_mx51 = " firmware-imx-vpu-imx51 firmware-imx-sdma-imx51" -- cgit v1.2.3-54-g00ecf