From: Michael Lauer Date: Mon, 6 Sep 2004 19:16:55 +0000 (+0000) Subject: add serial console for some machines X-Git-Tag: Release-2010-05/1~17366 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62040937fc9ecde3c5384fbfec9f9ec1ba67b34;p=openembedded.git add serial console for some machines BKrev: 413cb7a7wtC_VZfMpIp1aQgWXCghiw --- diff --git a/conf/beagle.conf b/conf/beagle.conf index a3ccda7aec..38bd99b276 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -23,3 +23,5 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ include conf/handheld-common.conf include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttySA0" + diff --git a/conf/collie.conf b/conf/collie.conf index 6c95eced50..a7a69d9750 100644 --- a/conf/collie.conf +++ b/conf/collie.conf @@ -20,3 +20,5 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" include conf/handheld-common.conf include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttyS0" + diff --git a/conf/poodle.conf b/conf/poodle.conf index 6cd63b7d7f..39bb7df1eb 100644 --- a/conf/poodle.conf +++ b/conf/poodle.conf @@ -20,3 +20,5 @@ include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttyS0" + diff --git a/conf/zaurus-pxa.conf b/conf/zaurus-pxa.conf index 9c7f79b5f1..a2ad7756c3 100644 --- a/conf/zaurus-pxa.conf +++ b/conf/zaurus-pxa.conf @@ -23,3 +23,5 @@ GPE_EXTRA_DEPENDS = "gaim" include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility include conf/tune-strongarm.conf + +SERIAL_CONSOLE = "115200 ttyS0"