mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
9481991ec1
commit
abc0a8e1aa
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
include include/wandboard.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6s:wandboard"
|
||||
SOC_FAMILY = "mx6:mx6dl:wandboard"
|
||||
|
||||
UBOOT_MACHINE = "wandboard_solo_config"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user