Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/iq80310 Remove exception for CONSPEED on NPW...
details: https://anonhg.NetBSD.org/src/rev/259cd2978f9d
branches: trunk
changeset: 525467:259cd2978f9d
user: briggs <briggs%NetBSD.org@localhost>
date: Fri Apr 12 00:58:49 2002 +0000
description:
Remove exception for CONSPEED on NPWR -- current redboot uses 115200, too.
diffstat:
sys/arch/evbarm/iq80310/iq80310_machdep.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 4d4f66f6c39e -r 259cd2978f9d sys/arch/evbarm/iq80310/iq80310_machdep.c
--- a/sys/arch/evbarm/iq80310/iq80310_machdep.c Fri Apr 12 00:32:38 2002 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_machdep.c Fri Apr 12 00:58:49 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iq80310_machdep.c,v 1.38 2002/04/09 23:44:03 thorpej Exp $ */
+/* $NetBSD: iq80310_machdep.c,v 1.39 2002/04/12 00:58:49 briggs Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -194,11 +194,7 @@
* what the firmware provided with the board defaults to.
*/
#ifndef CONSPEED
-#if defined(IOP310_TEAMASA_NPWR)
-#define CONSPEED B19200
-#else /* Default to stock IQ80310 */
#define CONSPEED B115200
-#endif /* list of IQ80310-based designs */
#endif /* ! CONSPEED */
#ifndef CONUNIT
Home |
Main Index |
Thread Index |
Old Index