diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-10 11:03:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-10 11:03:14 +0000 |
commit | 25f906db3972d19571323b9a8ca4db1eed262095 (patch) | |
tree | e35b378496f880d0544df87792ae3e83bd690f04 /conf | |
parent | 20fca5c229c4c1fd519caea943c975ea3b375cc1 (diff) |
h5xxx.conf: remove devfs style serial port
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/h5xxx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf index d2e7306c46..941d08c013 100644 --- a/conf/machine/h5xxx.conf +++ b/conf/machine/h5xxx.conf @@ -29,5 +29,5 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400_lcd \ # # Modules autoload and other boot properties # -SERIAL_CONSOLE = "115200 tts/0 vt100" +SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" |