diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-21 12:31:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-21 12:31:32 +0000 |
commit | b003446b1a966449903cd4d5b83cfb420cd0e68d (patch) | |
tree | 90a3628da8f10c5861a7d947f6585e16fadf521d /conf | |
parent | 2df52060c43634aab1d602be1e71b1080e179733 (diff) |
add getty on serial console of devices without keyboard. we can disable this when we have a stable release out
BKrev: 40fe6224xCxqEI7UcOtOjAIf0EgV0w
Diffstat (limited to 'conf')
-rw-r--r-- | conf/h3600.conf | 1 | ||||
-rw-r--r-- | conf/h3900.conf | 2 |
2 files changed, 3 insertions, 0 deletions
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" |