From 63348d048f2d0bdaa82071e72708c7345ba2a3bf Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Fri, 11 Aug 2000 18:44:59 +0000 Subject: Use address mapping levels for 68hc11 simulator (kill overlap hack) --- sim/m68hc11/dv-nvram.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sim/m68hc11/dv-nvram.c') diff --git a/sim/m68hc11/dv-nvram.c b/sim/m68hc11/dv-nvram.c index 6ffea5d..39bd6f2 100644 --- a/sim/m68hc11/dv-nvram.c +++ b/sim/m68hc11/dv-nvram.c @@ -44,11 +44,6 @@ PROPERTIES - overlap? - - Boolean property which indicates whether the device can overlap - another device. By default, overlapping is not allowed. - reg Base and size of the non-volatile ram bank. @@ -135,11 +130,6 @@ attach_nvram_regs (struct hw *me, struct nvram *controller) reg_property_spec reg; int result, oerrno; - /* Get the flag that controls overlapping of ram bank to another device. */ - if (hw_find_property (me, "overlap?") != NULL - && hw_find_boolean_property (me, "overlap?")) - me->overlap_mode_hw = 1; - /* Get ram bank description (base and size). */ if (hw_find_property (me, "reg") == NULL) hw_abort (me, "Missing \"reg\" property"); -- cgit v1.1