diff options
| author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-08-15 19:38:15 -0500 | 
|---|---|---|
| committer | John Rigby <jrigby@freescale.com> | 2007-08-16 17:43:20 -0600 | 
| commit | 56115665b4a64c10c01440c57749b265e0908fa4 (patch) | |
| tree | 8de58cc90d879a603e1338ec1f6e9f2c4521f193 /include/asm-m68k/timer.h | |
| parent | 83ec20bc4380eebddfde45da6e3a69a92d4db21d (diff) | |
| download | olio-uboot-2014.01-56115665b4a64c10c01440c57749b265e0908fa4.tar.xz olio-uboot-2014.01-56115665b4a64c10c01440c57749b265e0908fa4.zip | |
ColdFire: MCF52x2 Header files update
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/asm-m68k/timer.h')
| -rw-r--r-- | include/asm-m68k/timer.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/asm-m68k/timer.h b/include/asm-m68k/timer.h index 3ec710d1f..030720c89 100644 --- a/include/asm-m68k/timer.h +++ b/include/asm-m68k/timer.h @@ -46,7 +46,7 @@ typedef struct dtimer_ctrl {  	u8 ter;			/* 0x11 Event register */  	u16 res7;		/* 0x12 */  #else - 	u16 tmr;		/* 0x00 Mode register */ +	u16 tmr;		/* 0x00 Mode register */  	u8 txmr;		/* 0x02 Extended Mode register */  	u8 ter;			/* 0x03 Event register */  	u32 trr;		/* 0x04 Reference register */ |