diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-01-15 16:39:21 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-01-15 16:39:21 +0000 |
commit | 78cfbc9c82c7acab44b6ba4d619f422760b9f03a (patch) | |
tree | ff9cb945834b90d6264dbad9cff6ca893086483f /conf | |
parent | 6e7d32c071c1f68c181034257205c8c7a32a8843 (diff) |
compulab-pxa270.conf: change serial console baud to 38400 to match BL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/compulab-pxa270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf index 3968bcb6f2..95be1624f0 100644 --- a/conf/machine/compulab-pxa270.conf +++ b/conf/machine/compulab-pxa270.conf @@ -12,7 +12,7 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv5te" require conf/machine/include/tune-xscale.conf # used by sysvinit_2 -SERIAL_CONSOLE = "115200 ttySA0" +SERIAL_CONSOLE = "38400 ttySA0" # used by opie-collections.inc ROOT_FLASH_SIZE = "32" |