[PATCH] configs: Fix typo in the sh4-softmmu devices config file

Thomas Huth posted 1 patch 1 month ago
configs/devices/sh4-softmmu/default.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] configs: Fix typo in the sh4-softmmu devices config file
Posted by Thomas Huth 1 month ago
This is the config file for the little endian target, so there
should not be a "eb" in here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 configs/devices/sh4-softmmu/default.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak
index aa821e4b60..efb401bfb1 100644
--- a/configs/devices/sh4-softmmu/default.mak
+++ b/configs/devices/sh4-softmmu/default.mak
@@ -1,4 +1,4 @@
-# Default configuration for sh4eb-softmmu
+# Default configuration for sh4-softmmu
 
 # Uncomment the following lines to disable these optional devices:
 #
-- 
2.46.0
Re: [PATCH] configs: Fix typo in the sh4-softmmu devices config file
Posted by Yoshinori Sato 3 weeks, 6 days ago
On Sat, 21 Sep 2024 01:10:45 +0900,
Thomas Huth wrote:
> 
> This is the config file for the little endian target, so there
> should not be a "eb" in here.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  configs/devices/sh4-softmmu/default.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak
> index aa821e4b60..efb401bfb1 100644
> --- a/configs/devices/sh4-softmmu/default.mak
> +++ b/configs/devices/sh4-softmmu/default.mak
> @@ -1,4 +1,4 @@
> -# Default configuration for sh4eb-softmmu
> +# Default configuration for sh4-softmmu
>  
>  # Uncomment the following lines to disable these optional devices:
>  #
> -- 
> 2.46.0
> 

Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>

-- 
Yosinori Sato
Re: [PATCH] configs: Fix typo in the sh4-softmmu devices config file
Posted by Richard Henderson 1 month ago
On 9/20/24 18:10, Thomas Huth wrote:
> This is the config file for the little endian target, so there
> should not be a "eb" in here.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   configs/devices/sh4-softmmu/default.mak | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak
> index aa821e4b60..efb401bfb1 100644
> --- a/configs/devices/sh4-softmmu/default.mak
> +++ b/configs/devices/sh4-softmmu/default.mak
> @@ -1,4 +1,4 @@
> -# Default configuration for sh4eb-softmmu
> +# Default configuration for sh4-softmmu
>   
>   # Uncomment the following lines to disable these optional devices:
>   #

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~