m68k: change default system clock for m5208evb
commitcbf061bd1fdb5017bfadde2164bdd6183d53a43d
authorGreg Ungerer <gerg@uclinux.org>
Wed, 28 Sep 2016 00:06:39 +0000 (28 10:06 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 8 Oct 2016 08:25:29 +0000 (8 11:25 +0300)
tree42fc88c9bfa129eb474922b13258368049eed785
parentefee678d6df6ea2f531425e38825883008b3c1a0
m68k: change default system clock for m5208evb

The shipping default setting for the Freescale M5208EVB board is to run
the CPU at 166.67MHz. The current qemu emulation code for this board is
defaulting to 66MHz. This results in time appearing to run way to slowly.
So a "sleep 5" in a standard ColdFire Linux build takes almost 15
seconds in real time to actually complete.

Change the hard coded default to match the default hardware setting.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/m68k/mcf5208.c