[U-Boot-Users] PATCH, mpc8xx - typo in mpc8xx.h

Nye Liu nyet at mrv.com
Sat Oct 18 02:20:51 CEST 2003


Wolfgang, there is a minor typo in mpc8xx.h

Index: mpc8xx.h
===================================================================
RCS file: /home/cvs/u-boot-mrv/include/mpc8xx.h,v
retrieving revision 1.1.1.4
retrieving revision 1.5
diff -u -r1.1.1.4 -r1.5
--- mpc8xx.h	19 Sep 2003 23:43:28 -0000	1.1.1.4
+++ mpc8xx.h	18 Oct 2003 00:16:44 -0000	1.5
@@ -138,7 +138,7 @@
 #define PLPRCR_MF_MSK	0xffff001e	/* Multiplication factor + PDF bits	*/
 #define PLPRCR_MFN_MSK	0xf8000000	/* Multiplication factor numerator bits */
 #define PLPRCR_MFN_SHIFT 0x0000001b	/* Multiplication factor numerator shift*/
-#define PLPRCR_MFD_MSK	0x03c00000	/* Multiplication factor denominator bits */
+#define PLPRCR_MFD_MSK	0x07c00000	/* Multiplication factor denominator bits */
 #define PLPRCR_MFD_SHIFT 0x00000017	/* Multiplication factor denominator shift*/
 #define PLPRCR_S_MSK	0x00300000	/* Multiplication factor integer bits	*/
 #define PLPRCR_S_SHIFT	0x00000014	/* Multiplication factor integer shift	*/
-- 
Nye Liu
nliu at mrv.com
(818) 772-6235x248

"Who would be stupid enough to quote a fictitious character?"
	-- Don Quixote




More information about the U-Boot mailing list