qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] configs: Fix typo in the sh4-softmmu devices config file
@ 2024-09-20 16:10 Thomas Huth
  2024-09-22  4:34 ` Richard Henderson
  2024-09-25  7:13 ` Yoshinori Sato
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2024-09-20 16:10 UTC (permalink / raw)
  To: Yoshinori Sato, qemu-devel; +Cc: qemu-trivial

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-25  7:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 16:10 [PATCH] configs: Fix typo in the sh4-softmmu devices config file Thomas Huth
2024-09-22  4:34 ` Richard Henderson
2024-09-25  7:13 ` Yoshinori Sato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).