From f2bd353960d8d381a58764d3288640e371ac93fc Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 21 Nov 2004 21:14:45 +0000 Subject: [PATCH] run simpad SERIAL_CONSOLE at 115200bps BKrev: 41a10545qiZlGaAGvnpfyNBs0k4vcA --- conf/machine/simpad.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index f9c7c87fa0..4c701cc32f 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -18,7 +18,7 @@ BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" EXTRA_IMAGEDEPENDS = "" -SERIAL_CONSOLE = "ttySA0 38400 vt100" +SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_DEVFS = "1" #GPE_MACHINE_CLASS = "bigscreen" -- 2.39.5