On Thu, Aug 12, 2021 at 7:52 PM Peter Maydell wrote:
>
> All the devices that used to use system_clock_scale have now been
> converted to use Clock inputs instead, so the global is no longer
> needed; remove it and all the code that sets it.
>
> Signed-off-by: Peter Maydell
Reviewed-by: Alistair
All the devices that used to use system_clock_scale have now been
converted to use Clock inputs instead, so the global is no longer
needed; remove it and all the code that sets it.
Signed-off-by: Peter Maydell
---
include/hw/timer/armv7m_systick.h | 22 --
hw/arm/armsse.c