Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Fix console address



details:   https://anonhg.NetBSD.org/src/rev/30feb0b27599
branches:  trunk
changeset: 781148:30feb0b27599
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 22 22:56:21 2012 +0000

description:
Fix console address

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARDXM |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 363a52cbafc8 -r 30feb0b27599 sys/arch/evbarm/conf/BEAGLEBOARDXM
--- a/sys/arch/evbarm/conf/BEAGLEBOARDXM        Wed Aug 22 22:34:30 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARDXM        Wed Aug 22 22:56:21 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARDXM,v 1.1 2012/08/22 22:18:21 matt Exp $
+#      $NetBSD: BEAGLEBOARDXM,v 1.2 2012/08/22 22:56:21 matt Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -225,9 +225,9 @@
 # options              I2C_HIGH_TIME_nSEC=1000
 
 # On-board 16550 UARTs
-com0           at obio0 addr 0x48066000 intr 74 mult 4 # UART3 (console)
-#options       CONSADDR=0x48066000, CONSPEED=38400
-options        CONSADDR=0x48066000, CONSPEED=115200
+com0           at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)
+#options       CONSADDR=0x49020000, CONSPEED=38400
+options        CONSADDR=0x49020000, CONSPEED=115200
 
 # Operating System Timer
 omapmputmr0    at obio2 addr 0x49032000 intr 38        # GP Timer 2



Home | Main Index | Thread Index | Old Index