diff target-utils/c139-lldbg/main.c @ 994:63ea60e7fbbc

target-utils/c139-lldbg: same uart_base clean-up as in c139explore
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 30 Dec 2015 22:23:01 +0000
parents d7830aee0d35
children
line wrap: on
line diff
--- a/target-utils/c139-lldbg/main.c	Wed Dec 30 22:12:35 2015 +0000
+++ b/target-utils/c139-lldbg/main.c	Wed Dec 30 22:23:01 2015 +0000
@@ -1,11 +1,5 @@
-#include "types.h"
-#include "ns16550.h"
-
-struct ns16550_regs *uart_base;
-
 main()
 {
-	uart_base = (struct ns16550_regs *) 0xFFFF5800;
 	printf("\2\2\2*Standalone Low Level Debugger entered\2");
 	for (;;) {
 		putchar('>');