[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] configs: Fix typo in the sh4-softmmu devices config file
From: |
Thomas Huth |
Subject: |
[PATCH] configs: Fix typo in the sh4-softmmu devices config file |
Date: |
Fri, 20 Sep 2024 18:10:45 +0200 |
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
- [PATCH] configs: Fix typo in the sh4-softmmu devices config file,
Thomas Huth <=