diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:07 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:17:13 +0100 |
commit | a2ccff4d2bcdd93551c0f15e74d6e09dbb90ecff (patch) | |
tree | e08cdbd49c45f3d780ffa18e1b5e8afc242f76bf /configs | |
parent | 6af139c385bfc7823276d6ab7956b8c812c111f0 (diff) |
hw/arm: Remove 'connex' and 'verdex' machines
The connex and verdex machines have been deprecated since
9.0 and so can be removed for the 9.2 release.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-10-peter.maydell@linaro.org
Diffstat (limited to 'configs')
-rw-r--r-- | configs/devices/arm-softmmu/default.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/devices/arm-softmmu/default.mak b/configs/devices/arm-softmmu/default.mak index 6ed821be22..490ef4b394 100644 --- a/configs/devices/arm-softmmu/default.mak +++ b/configs/devices/arm-softmmu/default.mak @@ -28,7 +28,6 @@ # CONFIG_VEXPRESS=n # CONFIG_ZYNQ=n # CONFIG_MAINSTONE=n -# CONFIG_GUMSTIX=n # CONFIG_Z2=n # CONFIG_NPCM7XX=n # CONFIG_COLLIE=n |