summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/beaglebone.conf2
-rw-r--r--conf/machine/keystone-evm.conf2
-rw-r--r--conf/machine/omap3evm.conf2
-rw-r--r--conf/machine/pandaboard.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index dc77dd79..f4112f58 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -9,7 +9,7 @@ GUI_MACHINE_CLASS = "bigscreen"
9 9
10PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 10PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
11 11
12IMAGE_FSTYPES += "tar.bz2" 12IMAGE_FSTYPES += "tar.gz"
13 13
14SERIAL_CONSOLE = "115200 ttyO0" 14SERIAL_CONSOLE = "115200 ttyO0"
15 15
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index a2c05f85..c878d522 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
7IMAGE_FSTYPES += "ubi tar.bz2 cpio" 7IMAGE_FSTYPES += "ubi tar.gz cpio"
8 8
9SERIAL_CONSOLE = "115200 ttyS0" 9SERIAL_CONSOLE = "115200 ttyS0"
10 10
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index a793798b..584866cb 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -9,7 +9,7 @@ XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9GUI_MACHINE_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 10MACHINE_FEATURES += "touchscreen ethernet"
11 11
12IMAGE_FSTYPES += "jffs2 tar.bz2" 12IMAGE_FSTYPES += "jffs2 tar.gz"
13EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 13EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
14 14
15SERIAL_CONSOLE = "115200 ttyS0" 15SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index b3d0399d..1707f80a 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap4.inc
6 6
7GUI_MACHINE_CLASS = "bigscreen" 7GUI_MACHINE_CLASS = "bigscreen"
8 8
9IMAGE_FSTYPES += "tar.bz2" 9IMAGE_FSTYPES += "tar.gz"
10 10
11SERIAL_CONSOLE = "115200 ttyO2" 11SERIAL_CONSOLE = "115200 ttyO2"
12 12