aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_ebiu_sdc.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-25 12:54:19 +0000
committerMike Frysinger <vapier@gentoo.org>2011-05-25 12:54:19 +0000
commitf2db709f4f9df667bb92816511bafd91636c46fd (patch)
tree1fca6804e83f0f17df921235a409e0c0bb14ff06 /sim/bfin/dv-bfin_ebiu_sdc.h
parentc43aadcaa6c1b7f5c853276b347fd46f67e8ba09 (diff)
downloadgdb-f2db709f4f9df667bb92816511bafd91636c46fd.zip
gdb-f2db709f4f9df667bb92816511bafd91636c46fd.tar.gz
gdb-f2db709f4f9df667bb92816511bafd91636c46fd.tar.bz2
sim: bfin: move model data into machs.h
Pull the model data (register addresses/sizes) out of the different model files and into the machs.h header. The models themselves don't care about where they're mapped, only the mach code does. This allows us to keep the model headers from being included in the mach code which can cause issues with model-specific names colliding. Such as when a newer device model is created, but with incompatible register names/layouts. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/dv-bfin_ebiu_sdc.h')
-rw-r--r--sim/bfin/dv-bfin_ebiu_sdc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/bfin/dv-bfin_ebiu_sdc.h b/sim/bfin/dv-bfin_ebiu_sdc.h
index 7849806..967b2bf 100644
--- a/sim/bfin/dv-bfin_ebiu_sdc.h
+++ b/sim/bfin/dv-bfin_ebiu_sdc.h
@@ -21,8 +21,6 @@
#ifndef DV_BFIN_EBIU_SDC_H
#define DV_BFIN_EBIU_SDC_H
-#define BFIN_MMR_EBIU_SDC_SIZE (4 * 4)
-
/* EBIU_SDBCTL Masks */
#define EBE 0x0001 /* Enable SDRAM External Bank */
#define EBSZ_16 0x0000 /* Size = 16MB */