From d7787c6e57f602d1f8c17c94886b81ee2ae229c2 Mon Sep 17 00:00:00 2001 From: stroese Date: Mon, 17 Feb 2003 16:06:06 +0000 Subject: Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port). --- cpu/ppc4xx/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu') diff --git a/cpu/ppc4xx/serial.c b/cpu/ppc4xx/serial.c index d02ff2f..7e684f4 100644 --- a/cpu/ppc4xx/serial.c +++ b/cpu/ppc4xx/serial.c @@ -279,7 +279,7 @@ int serial_tstc () #define UART0_BASE 0xef600300 #define UART1_BASE 0xef600400 #define CR0_MASK 0x00001fff -#define CR0_EXTCLK_ENA 0x00000c00 +#define CR0_EXTCLK_ENA 0x000000c0 #define CR0_UDIV_POS 1 #endif -- cgit v1.1