diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-06 19:16:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-06 19:16:55 +0000 |
commit | f62040937fc9ecde3c5384fbfec9f9ec1ba67b34 (patch) | |
tree | 7e672e46a480cc98c4e210ffba3495d05a9ee259 | |
parent | 83c63fcf2027a7f9d6aca350ef2825b70ae1b9a8 (diff) |
add serial console for some machines
BKrev: 413cb7a7wtC_VZfMpIp1aQgWXCghiw
-rw-r--r-- | conf/beagle.conf | 2 | ||||
-rw-r--r-- | conf/collie.conf | 2 | ||||
-rw-r--r-- | conf/poodle.conf | 2 | ||||
-rw-r--r-- | conf/zaurus-pxa.conf | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index a3ccda7aec..38bd99b276 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -23,3 +23,5 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ include conf/handheld-common.conf include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttySA0" + diff --git a/conf/collie.conf b/conf/collie.conf index 6c95eced50..a7a69d9750 100644 --- a/conf/collie.conf +++ b/conf/collie.conf @@ -20,3 +20,5 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" include conf/handheld-common.conf include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttyS0" + diff --git a/conf/poodle.conf b/conf/poodle.conf index 6cd63b7d7f..39bb7df1eb 100644 --- a/conf/poodle.conf +++ b/conf/poodle.conf @@ -20,3 +20,5 @@ include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility include conf/tune-strongarm.conf +SERIAL_CONSOLE = "115200 ttyS0" + diff --git a/conf/zaurus-pxa.conf b/conf/zaurus-pxa.conf index 9c7f79b5f1..a2ad7756c3 100644 --- a/conf/zaurus-pxa.conf +++ b/conf/zaurus-pxa.conf @@ -23,3 +23,5 @@ GPE_EXTRA_DEPENDS = "gaim" include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility include conf/tune-strongarm.conf + +SERIAL_CONSOLE = "115200 ttyS0" |