diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:23 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:29:47 +0100 |
commit | 2406e1e79f76d8a9296105ef99dee7665e2f4fb4 (patch) | |
tree | 1d300df4cb5609d61de481f037d43225e8e74933 /configs | |
parent | 435e87a2273c69619b1dd6e0d619a0d26b7648b7 (diff) |
hw/arm: Remove 'n800' and 'n810' machines
Remove the 'n800' and 'n810' machine types, which modelled
Nokia internet tablets. These were deprecated in 9.0 and
so we can remove them for 9.2.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-26-peter.maydell@linaro.org
[PMM: added removal of arm-n800-machine.c post-review]
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 260b0cf977..57ef1b8a70 100644 --- a/configs/devices/arm-softmmu/default.mak +++ b/configs/devices/arm-softmmu/default.mak @@ -19,7 +19,6 @@ # CONFIG_MPS3R=n # CONFIG_MUSCA=n # CONFIG_SX1=n -# CONFIG_NSERIES=n # CONFIG_STELLARIS=n # CONFIG_STM32VLDISCOVERY=n # CONFIG_B_L475E_IOT01A=n |