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

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

In message 20031018002051.GA325@zumanetworks.com you wrote:
Wolfgang, there is a minor typo in mpc8xx.h
Thanks, added.
Best regards,
Wolfgang Denk
participants (2)
-
Nye Liu
-
Wolfgang Denk