summaryrefslogtreecommitdiffstats
path: root/src/usr/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/console')
-rw-r--r--src/usr/console/ast2400.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/console/ast2400.C b/src/usr/console/ast2400.C
index b2b63c395..c463dcd61 100644
--- a/src/usr/console/ast2400.C
+++ b/src/usr/console/ast2400.C
@@ -242,7 +242,7 @@ namespace CONSOLE
l_errl = writeSIOReg( 0x60, (g_uartBase >> 8) & 0xFF );
if (l_errl) { break; }
- l_errl = writeSIOReg( 61, (g_uartBase & 0xFF) );
+ l_errl = writeSIOReg( 0x61, (g_uartBase & 0xFF) );
if (l_errl) { break; }
// Set the SerIRQ
OpenPOWER on IntegriCloud