From b003446b1a966449903cd4d5b83cfb420cd0e68d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 21 Jul 2004 12:31:32 +0000 Subject: [PATCH] add getty on serial console of devices without keyboard. we can disable this when we have a stable release out BKrev: 40fe6224xCxqEI7UcOtOjAIf0EgV0w --- conf/h3600.conf | 1 + conf/h3900.conf | 2 ++ 2 files changed, 3 insertions(+) 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" -- 2.39.5