Kernel/arm7 - Fiddling on process switching
[tpg/acess2.git] / Kernel / arch / arm7 / debug.c
index 6d0232f..d75048e 100644 (file)
@@ -10,7 +10,7 @@
 
 // === CONSTANTS ===
 //#define UART0_BASE   0x10009000
-#define UART0_BASE     0xF0000000      // Boot time mapped
+#define UART0_BASE     0xF1000000      // Boot time mapped
 
 // === PROTOTYPES ===
 void   KernelPanic_SetMode(void);
@@ -42,7 +42,7 @@ void KernelPanic_SetMode(void)
 
 void KernelPanic_PutChar(char ch)
 {
-       Debug_PutCharDebug(ch);
+//     Debug_PutCharDebug(ch);
 }
 
 void StartupPrint(const char *str)

UCC git Repository :: git.ucc.asn.au