[U-Boot-Users] MPC86xx patch

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 */

In message 20030726024736.GA11325@zumanetworks.com you wrote:
Minor oversight in mpc8xx.h
Added, thanks!
Best regards,
Wolfgang Denk
participants (2)
-
Nye Liu
-
Wolfgang Denk