summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx
diff options
context:
space:
mode:
authorstroese <stroese>2003-02-17 16:06:06 +0000
committerstroese <stroese>2003-02-17 16:06:06 +0000
commitd7787c6e57f602d1f8c17c94886b81ee2ae229c2 (patch)
tree6d39ab462ebbcc2271b2d05385ce1ab0dc0ee010 /cpu/ppc4xx
parentad10dd9aaf573fefe1cbd9d446a24f07f8b87428 (diff)
downloadtalos-obmc-uboot-d7787c6e57f602d1f8c17c94886b81ee2ae229c2.tar.gz
talos-obmc-uboot-d7787c6e57f602d1f8c17c94886b81ee2ae229c2.zip
Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r--cpu/ppc4xx/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/serial.c b/cpu/ppc4xx/serial.c
index d02ff2fa69..7e684f4bc5 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
OpenPOWER on IntegriCloud