aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin')
-rw-r--r--sim/bfin/ChangeLog4
-rw-r--r--sim/bfin/tconfig.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog
index 4445006..ac4b774 100644
--- a/sim/bfin/ChangeLog
+++ b/sim/bfin/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-17 Mike Frysinger <vapier@gentoo.org>
+
+ * tconfig.h (WITH_MODULO_MEMORY): Delete.
+
2015-11-15 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
diff --git a/sim/bfin/tconfig.h b/sim/bfin/tconfig.h
index d28fd8d..a3e6f7b 100644
--- a/sim/bfin/tconfig.h
+++ b/sim/bfin/tconfig.h
@@ -9,7 +9,3 @@
/* ??? Temporary hack until model support unified. */
#define SIM_HAVE_MODEL
-
-/* Allows us to do the memory aliasing that some bfroms have:
- {0xef000000 - 0xef100000} => {0xef000000 - 0xef000800} */
-#define WITH_MODULO_MEMORY 1