From: Thomas Huth Date: Sun, 29 Apr 2018 07:40:02 +0000 (+0200) Subject: hw/m68k/mcf5208: Fix trivial typo in board description X-Git-Tag: v3.0.0-rc0~184^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83dc62f6ed6b4f2afce71d579a630441cca0957c;p=thirdparty%2Fqemu.git hw/m68k/mcf5208: Fix trivial typo in board description It's the MCF5208 evaluation board, not the MCF5206 eval board. Signed-off-by: Thomas Huth Reviewed-by: Laurent Vivier Message-Id: <20180429094002.3293c9de@thl530.multi.box> Signed-off-by: Laurent Vivier --- diff --git a/hw/m68k/mcf5208.c b/hw/m68k/mcf5208.c index 7aca58542ef..ae3dcc98c3d 100644 --- a/hw/m68k/mcf5208.c +++ b/hw/m68k/mcf5208.c @@ -315,7 +315,7 @@ static void mcf5208evb_init(MachineState *machine) static void mcf5208evb_machine_init(MachineClass *mc) { - mc->desc = "MCF5206EVB"; + mc->desc = "MCF5208EVB"; mc->init = mcf5208evb_init; mc->is_default = 1; mc->default_cpu_type = M68K_CPU_TYPE_NAME("m5208");