diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-20 17:43:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-20 17:43:53 +0000 |
commit | 59c2248607178a79f1d96a4b906893931a2b0605 (patch) | |
tree | 43506ec55c9304faf2a0f4f05505882d58179031 /conf/machine/ep93xx.conf | |
parent | 446dbdbddfd76fcfda718014e836136d97bb7b30 (diff) |
ep93xx: use correct serial device
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 |