]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
authorstroese <stroese>
Mon, 17 Feb 2003 16:06:06 +0000 (16:06 +0000)
committerstroese <stroese>
Mon, 17 Feb 2003 16:06:06 +0000 (16:06 +0000)
CHANGELOG
cpu/ppc4xx/serial.c

index d103759a9795f2b4386ee6796a4b3a43559aec70..d22ce04dd432d9d66c88526c57c644a71d81d912 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 0.2.1:
 ======================================================================
 
+* Patch by Stefan Roese, 17 Feb 2003:
+  Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
+
 * Patch by Stefan Roese, 13 Feb 2003:
   Add "pcidelay" environment variable (in ms, enabled via
   CONFIG_PCI_BOOTDELAY).
index d02ff2fa692f2585eb8a78a450c981fefc8ab732..7e684f4bc5403a2da03d7ebb9491ef38240e54b2 100644 (file)
@@ -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