hw/timer/sh_timer: Fix timer memory region size
commit65307c7792a50bffe036423ec21107f4fb9c74e3
authorBALATON Zoltan <balaton@eik.bme.hu>
Fri, 29 Oct 2021 23:27:40 +0000 (30 01:27 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 30 Oct 2021 16:39:37 +0000 (30 18:39 +0200)
tree111e128af7ba3772f26c0296dcf785880af79acf
parentf64ccec414e72754921c25de6395d7e3b10a0c9e
hw/timer/sh_timer: Fix timer memory region size

The timer unit only has registers that fit in a region 0x30 bytes
long. No need to have the timer region larger than that.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <b1cd196cf1395a602c7a08a4f858e69e50c446a1.1635550060.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/timer/sh_timer.c