On 1/21/21 8:06 PM, Peter Maydell wrote: > Now that the watchdog device uses its Clock input rather than being > passed the value of system_clock_scale at creation time, we can > remove the hack where we reset the STELLARIS_SYS at board creation > time to force it to set system_clock_scale. Instead it will be reset > at the usual point in startup and will inform the watchdog of the > clock frequency at that point. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/arm/stellaris.c | 10 ---------- > 1 file changed, 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>