hw/m68k/mcf5208: Fix trivial typo in board description
authorThomas Huth <huth@tuxfamily.org>
Sun, 29 Apr 2018 07:40:02 +0000 (09:40 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 May 2018 13:37:54 +0000 (15:37 +0200)
It's the MCF5208 evaluation board, not the MCF5206 eval board.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180429094002.3293c9de@thl530.multi.box>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/mcf5208.c

index 7aca58542ef35667c3a213438ac77ac99c2f9cc6..ae3dcc98c3db62bf9eacfd2c077811c5346613d4 100644 (file)
@@ -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");