mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
mpc83xx: fix global timer structure definition
The byte address distance between GTCFR2 and GTMDR1 is 11, not 10. Reported-by: Shawn Bai <programassem@hotmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
fec79acc86
commit
63063cc7ae
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ typedef struct gtm83xx {
|
|||
u8 cfr1; /* Timer1/2 Configuration */
|
||||
u8 res0[3];
|
||||
u8 cfr2; /* Timer3/4 Configuration */
|
||||
u8 res1[10];
|
||||
u8 res1[11];
|
||||
u16 mdr1; /* Timer1 Mode Register */
|
||||
u16 mdr2; /* Timer2 Mode Register */
|
||||
u16 rfr1; /* Timer1 Reference Register */
|
||||
|
|
Loading…
Add table
Reference in a new issue