qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] hw/m68k/mcf5208: Fix trivial typo in board desc


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH] hw/m68k/mcf5208: Fix trivial typo in board description
Date: Sun, 29 Apr 2018 09:51:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Le 29/04/2018 à 09:40, Thomas Huth a écrit :
> It's the MCF5208 evaluation board, not the MCF5206 eval board.
> 
> Signed-off-by: Thomas Huth <address@hidden>
> ---
>  hw/m68k/mcf5208.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/m68k/mcf5208.c b/hw/m68k/mcf5208.c
> index 7aca58542e..ae3dcc98c3 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");
> 

Reviewed-by: Laurent Vivier <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]