From: Michael Lauer Date: Wed, 21 Jul 2004 12:31:32 +0000 (+0000) Subject: add getty on serial console of devices without keyboard. we can disable this when... X-Git-Tag: Release-2010-05/1~18120 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b003446b1a966449903cd4d5b83cfb420cd0e68d;p=openembedded.git add getty on serial console of devices without keyboard. we can disable this when we have a stable release out BKrev: 40fe6224xCxqEI7UcOtOjAIf0EgV0w --- diff --git a/conf/h3600.conf b/conf/h3600.conf index 2a4bac2045..aedf67f71c 100644 --- a/conf/h3600.conf +++ b/conf/h3600.conf @@ -34,3 +34,4 @@ include conf/ipaq-common.conf include conf/handheld-common.conf include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttySA0" diff --git a/conf/h3900.conf b/conf/h3900.conf index ac6809b1dc..420539f68f 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -18,3 +18,5 @@ include conf/handheld-common.conf # not using tune-xscale so as to retain backwards compatibility include conf/tune-strongarm.conf + +SERIAL_CONSOLE = "115200 ttyS0"