imx6qsabrelite: Remove specific setup and turn it as an alias to Nitrogen6X

This board now use the *same* code as Nitrogen6X and it boots from
internal SPI NOR memory. If you did change it to boot from the MMC
(SD3 or SD4) please check the Boundary's blog post at:

  http://boundarydevices.com/u-boot-on-i-mx6/#unbricking

Change-Id: I5ec3444afee65002f94c2d2de40662749e5a9070
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
This commit is contained in:
Otavio Salvador 2013-06-18 14:24:34 -03:00
parent 7995948391
commit fc5675c4ba

View File

@ -3,17 +3,9 @@
#@SOC: i.MX6Q
#@DESCRIPTION: Machine configuration for Boundary Devices i.MX6Q SABRE Lite
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
# WARNING: This board now use the *same* code as Nitrogen6X and it
# boots from internal SPI NOR memory. If you did change it to boot
# from the MMC (SD3 or SD4) please check the Boundary's blog post
# at: http://boundarydevices.com/u-boot-on-i-mx6/#unbricking
SOC_FAMILY = "mx6:mx6q"
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
UBOOT_MACHINE = "mx6qsabrelite_config"
SERIAL_CONSOLE = "115200 ttymxc1"
MACHINE_FEATURES += " pci wifi bluetooth"
include conf/machine/nitrogen6x.conf