From e4e3d2395eabfeee431155af2fb766c819d6513b Mon Sep 17 00:00:00 2001 From: guping Date: Wed, 9 Oct 2024 00:39:58 +0000 Subject: [PATCH] configs: Fix typo in the sh4-softmmu devices config file cherry-pick from 01063ba5e7490f209e13b28e700195c9d4800b73 This is the config file for the little endian target, so there should not be a "eb" in here. Message-ID: <20240920161045.84622-1-thuth@redhat.com> Reviewed-by: default avatarRichard Henderson Reviewed-by: default avatarYoshinori Sato Signed-off-by: Thomas Huth's avatarThomas Huth Signed-off-by: guping --- 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 565e8b0b5d..5e86578647 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.41.0.windows.1