X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fbfin%2Fdv-bfin_ctimer.h;h=3cd33ac2657ee98cad0f64b558bab407d21f8eda;hb=3af96c0d99dedab49d2b82b730c74c27ce99bba4;hp=c097588fec6a757cf7eae1d4e10a81b4835f2788;hpb=ef016f835f292f01f065412fcfd84c50bfff1fea;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/bfin/dv-bfin_ctimer.h b/sim/bfin/dv-bfin_ctimer.h index c097588fec..3cd33ac265 100644 --- a/sim/bfin/dv-bfin_ctimer.h +++ b/sim/bfin/dv-bfin_ctimer.h @@ -1,6 +1,6 @@ /* Blackfin Core Timer model. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2020 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. This file is part of simulators. @@ -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)