diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-04-27 19:12:19 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-04-27 19:12:19 +0200 |
commit | 7a635e004ec12bd2a0bae9f90fbb5769b524a42e (patch) | |
tree | 9c0b3d146c12454e95395411094d420bc5b4a3d3 /include/asm-m68k/mcftimer.h | |
parent | 76544f80e476a7a0cc3a0bbce853354f2c6a61e2 (diff) | |
parent | f8c3b4f310a36e19d00d0f87fb37587abb65621d (diff) | |
download | u-boot-imx-7a635e004ec12bd2a0bae9f90fbb5769b524a42e.zip u-boot-imx-7a635e004ec12bd2a0bae9f90fbb5769b524a42e.tar.gz u-boot-imx-7a635e004ec12bd2a0bae9f90fbb5769b524a42e.tar.bz2 |
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
Diffstat (limited to 'include/asm-m68k/mcftimer.h')
-rw-r--r-- | include/asm-m68k/mcftimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/mcftimer.h b/include/asm-m68k/mcftimer.h index 047950b..a73b80e 100644 --- a/include/asm-m68k/mcftimer.h +++ b/include/asm-m68k/mcftimer.h @@ -45,7 +45,7 @@ #elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407) #define MCFTIMER_BASE1 0x140 /* Base address of TIMER1 */ #define MCFTIMER_BASE2 0x180 /* Base address of TIMER2 */ -#elif defined(CONFIG_M5282) +#elif defined(CONFIG_M5282) | defined(CONFIG_M5271) #define MCFTIMER_BASE1 0x150000 /* Base address of TIMER1 */ #define MCFTIMER_BASE2 0x160000 /* Base address of TIMER2 */ #define MCFTIMER_BASE3 0x170000 /* Base address of TIMER4 */ |