diff options
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" |