wandboard-dual: Add machine definition

Signed-off-by: John Weber <rjohnweber@gmail.com>
This commit is contained in:
John Weber 2013-02-26 22:15:23 +00:00 committed by Otavio Salvador
parent 954c7b14c4
commit 43094de7f7

View File

@ -0,0 +1,20 @@
#@TYPE: Machine
#@NAME: i.MX6 Wandboard Dual
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Dual
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6dl:mx6"
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-wandboard.dts"
PREFERRED_PROVIDER_u-boot = "u-boot-imx"
UBOOT_MACHINE = "wandboard_config"
UBOOT_SUFFIX = "bin"
UBOOT_PADDING = "2"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES += " pci wifi bluetooth"