diff options
Diffstat (limited to 'sim/bfin/dv-bfin_ctimer.h')
-rw-r--r-- | sim/bfin/dv-bfin_ctimer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/bfin/dv-bfin_ctimer.h b/sim/bfin/dv-bfin_ctimer.h index c097588fec6..0cfda01b1ea 100644 --- a/sim/bfin/dv-bfin_ctimer.h +++ b/sim/bfin/dv-bfin_ctimer.h @@ -21,9 +21,6 @@ #ifndef DV_BFIN_CTIMER_H #define DV_BFIN_CTIMER_H -#define BFIN_COREMMR_CTIMER_BASE 0xFFE03000 -#define BFIN_COREMMR_CTIMER_SIZE (4 * 4) - /* TCNTL Masks */ #define TMPWR (1 << 0) #define TMREN (1 << 1) |