X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Farm7%2Fdebug.c;h=d75048edaf20489e7bbadf68e6d11accfb7b65aa;hb=bc55dc5d60469521269a41928d3d15809e2c8134;hp=6d0232f2e0077b5b45c7314bb6b66a879b2bff54;hpb=2337aa1fb9c4289294e1e4f23d0318faac5450ce;p=tpg%2Facess2.git diff --git a/Kernel/arch/arm7/debug.c b/Kernel/arch/arm7/debug.c index 6d0232f2..d75048ed 100644 --- a/Kernel/arch/arm7/debug.c +++ b/Kernel/arch/arm7/debug.c @@ -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)