[meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] Add wandboard dual machine conf

John Weber rjohnweber at gmail.com
Tue Feb 19 12:58:55 PST 2013


Signed-off-by: John Weber <rjohnweber at gmail.com>
---
 conf/machine/wandboard-dual.conf |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 conf/machine/wandboard-dual.conf

diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf
new file mode 100644
index 0000000..483efc4
--- /dev/null
+++ b/conf/machine/wandboard-dual.conf
@@ -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 ttymxc1"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
-- 
1.7.9.5




More information about the meta-freescale mailing list