summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/colibri-vf.conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2014-11-21 16:03:21 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2014-11-24 13:24:49 +0200
commit4120fbde76371e0445956c0b5b79a15cc20cd986 (patch)
tree373ead2f96dcc0c376a8bdbbce480eec1ddfa9b6 /conf/distro/include/colibri-vf.conf
parent973b13ee9af90502d3f9fdeb84d3e7d4ecc5d0ea (diff)
downloadmeta-boot2qt-4120fbde76371e0445956c0b5b79a15cc20cd986.tar.gz
Minor cleanup for device confs
Every device does not need to define IMAGE_FSTYPES and ADB_PRODUCTID. Change-Id: I05d255727a6fb533850069dc7513c06d06a995b4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'conf/distro/include/colibri-vf.conf')
-rw-r--r--conf/distro/include/colibri-vf.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf
index c5a3343..fd7683d 100644
--- a/conf/distro/include/colibri-vf.conf
+++ b/conf/distro/include/colibri-vf.conf
@@ -22,16 +22,12 @@
22 22
23include conf/distro/include/toradex.inc 23include conf/distro/include/toradex.inc
24 24
25IMAGE_FSTYPES = "tar.gz"
26
27BOOTFS_CONTENT = "\ 25BOOTFS_CONTENT = "\
28 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ 26 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
29 u-boot-${MACHINE}.imx:u-boot.imx \ 27 u-boot-${MACHINE}.imx:u-boot.imx \
30 " 28 "
31BOOTFS_DEPENDS = "u-boot:do_deploy" 29BOOTFS_DEPENDS = "u-boot:do_deploy"
32 30
33ADB_PRODUCTID = "0x0000"
34
35SERIAL_CONSOLES = "115200;ttymxc0 \ 31SERIAL_CONSOLES = "115200;ttymxc0 \
36 115200;ttymxc1" 32 115200;ttymxc1"
37 33