[U-Boot-Users] MPC86xx patch

Nye Liu nyet at mrv.com
Sat Jul 26 04:47:36 CEST 2003


Minor oversight in mpc8xx.h


Index: include/mpc8xx.h
===================================================================
RCS file: /home/cvs/u-boot-mrv/include/mpc8xx.h,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 mpc8xx.h
--- include/mpc8xx.h	26 Jul 2003 01:44:08 -0000	1.1.1.3
+++ include/mpc8xx.h	26 Jul 2003 02:41:23 -0000
@@ -135,7 +135,7 @@
  * PLPRCR - PLL, Low-Power, and Reset Control Register			15-30
  */
 #ifdef CONFIG_MPC866_et_al
-#define PLPRCR_MF_MSK	0xffff0000	/* Multiplication factor bits		*/
+#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 */
-- 
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