Commit 83dc62f6 authored by Thomas Huth's avatar Thomas Huth Committed by Laurent Vivier
Browse files

hw/m68k/mcf5208: Fix trivial typo in board description



It's the MCF5208 evaluation board, not the MCF5206 eval board.

Signed-off-by: default avatarThomas Huth <huth@tuxfamily.org>
Reviewed-by: default avatarLaurent Vivier <laurent@vivier.eu>
Message-Id: <20180429094002.3293c9de@thl530.multi.box>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 6361d298
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");