summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/wandboard.inc
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
commit54eecdabe0cdfdc47d77b3e182fda5899702ded7 (patch)
tree8e28d750773f0aa38f0d2de83109b190faf0b425 /conf/machine/include/wandboard.inc
downloadmeta-fsl-arm-extra-54eecdabe0cdfdc47d77b3e182fda5899702ded7.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'conf/machine/include/wandboard.inc')
-rw-r--r--conf/machine/include/wandboard.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
new file mode 100644
index 0000000..d8a0348
--- /dev/null
+++ b/conf/machine/include/wandboard.inc
@@ -0,0 +1,13 @@
1# Common settings for wandboard boards
2
3include conf/machine/include/imx-base.inc
4include conf/machine/include/tune-cortexa9.inc
5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
7PREFERRED_VERSION_linux-wandboard ?= "3.10.17"
8
9SERIAL_CONSOLE = "115200 ttymxc0"
10
11MACHINE_FEATURES += "pci touchscreen"
12
13KERNEL_IMAGETYPE = "zImage"