mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/arm: Remove 'z2' machine
The 'z2' machine was deprecated in 9.0, so we can remove it for 9.2. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-13-peter.maydell@linaro.org
This commit is contained in:
parent
1a66bdc859
commit
0012b18311
5 changed files with 0 additions and 367 deletions
|
@ -74,6 +74,5 @@ system_ss.add(when: 'CONFIG_STRONGARM', if_true: files('strongarm.c'))
|
|||
system_ss.add(when: 'CONFIG_SX1', if_true: files('omap_sx1.c'))
|
||||
system_ss.add(when: 'CONFIG_VERSATILE', if_true: files('versatilepb.c'))
|
||||
system_ss.add(when: 'CONFIG_VEXPRESS', if_true: files('vexpress.c'))
|
||||
system_ss.add(when: 'CONFIG_Z2', if_true: files('z2.c'))
|
||||
|
||||
hw_arch += {'arm': arm_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue