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