summary refs log tree commit diff stats
path: root/hw/omap.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/omap.h b/hw/omap.h
index bceb458722..dbfc6dd403 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -546,7 +546,6 @@ struct omap_mpu_state_s {
     struct omap_uwire_s *microwire;
 
     struct {
-        target_phys_addr_t base;
         uint8_t output;
         uint8_t level;
         uint8_t enable;
@@ -554,7 +553,6 @@ struct omap_mpu_state_s {
     } pwl;
 
     struct {
-        target_phys_addr_t base;
         uint8_t frc;
         uint8_t vrc;
         uint8_t gcr;
@@ -665,4 +663,6 @@ void omap_badwidth_write32(void *opaque, target_phys_addr_t addr,
 #  define OMAP_32B_REG(paddr)
 # endif
 
+# define OMAP_MPUI_REG_MASK		0x000007ff
+
 #endif /* hw_omap_h */