From 59c2248607178a79f1d96a4b906893931a2b0605 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 20 Feb 2006 17:43:53 +0000 Subject: ep93xx: use correct serial device --- conf/machine/ep93xx.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf/machine/ep93xx.conf') diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index f68e3dd36c..1289fb4505 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -18,9 +18,12 @@ BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" # used by sysvinit_2 -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLE = "57600 ttyAM0" # used by some images ROOT_FLASH_SIZE = "8" +#tune for ep93xx cpus +#can be used for crunch support later on +#include conf/machine/tune-ep9312.conf -- cgit 1.2.3-korg