diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:27:37 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:10:49 +0200 |
commit | 0ea0538fae516f9b42c10ad604698b4e4985f76b (patch) | |
tree | 63728e9df7049bba9545cf25794b91398e289636 /configs | |
parent | fa6d4d7137b53a2bd488fc4c7248581a5826f7f7 (diff) |
hw/sh4: Remove the deprecated SHIX machine
The SHIX machine is deprecated since v9.0 (commit
322b038c94 "target/sh4: Deprecate the shix machine").
Time to remove it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-ID: <20240903153959.18392-2-philmd@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/devices/sh4-softmmu/default.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak index c06a427053..aa821e4b60 100644 --- a/configs/devices/sh4-softmmu/default.mak +++ b/configs/devices/sh4-softmmu/default.mak @@ -7,4 +7,3 @@ # Boards are selected by default, uncomment to keep out of the build. # CONFIG_R2D=n -# CONFIG_SHIX=n |