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: If587097d9e3be35eadca27e67c11415a4fb0f1c1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2014-04-23 10:55:55 -03:00
parent 9481991ec1
commit abc0a8e1aa
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#@TYPE: Machine
#@NAME: SolidRun CuBox-i
#@SOC: i.MX6 Q/DL/S
#@SOC: i.MX6 Q/DL
#@DESCRIPTION: Machine configuration for SolidRun CuBox-i and HummingBoard machines
#@MAINTAINER: Carlos Rafael Giani <dv@pseudoterminal.org>
@ -12,7 +12,7 @@
require conf/machine/include/imx-base.inc
require conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6:mx6s:mx6dl:mx6q"
SOC_FAMILY = "mx6::mx6dl:mx6q"
PREFERRED_PROVIDER_u-boot = "u-boot-cubox-i"
PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"

View File

@ -7,7 +7,7 @@
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6:mx6s"
SOC_FAMILY = "mx6:mx6dl"
KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"

View File

@ -6,7 +6,7 @@
include include/wandboard.inc
SOC_FAMILY = "mx6:mx6s:wandboard"
SOC_FAMILY = "mx6:mx6dl:wandboard"
UBOOT_MACHINE = "wandboard_solo_config"