X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Farm_sysctl.c;h=468a494dbf548dfca1ebc15ec753de553207f63a;hb=cd346349b45ef056f138a184f660b8c34c3213cc;hp=90ea76e714d9aafebf5b423dd423676b5d160a56;hpb=f3d6b95e835ba12e9cfdca76124897122c47cd1b;p=qemu diff --git a/hw/arm_sysctl.c b/hw/arm_sysctl.c index 90ea76e..468a494 100644 --- a/hw/arm_sysctl.c +++ b/hw/arm_sysctl.c @@ -1,4 +1,4 @@ -/* +/* * Status and system control registers for ARM RealView/Versatile boards. * * Copyright (c) 2006 CodeSourcery. @@ -202,7 +202,7 @@ void arm_sysctl_init(uint32_t base, uint32_t sys_id) s->sys_id = sys_id; iomemtype = cpu_register_io_memory(0, arm_sysctl_readfn, arm_sysctl_writefn, s); - cpu_register_physical_memory(base, 0x00000fff, iomemtype); + cpu_register_physical_memory(base, 0x00001000, iomemtype); /* ??? Save/restore. */ }