mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/misc: Remove omap_l4 device
The omap_l4 device is OMAP2 only, so we can remove it. 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-51-peter.maydell@linaro.org
This commit is contained in:
parent
427b225efc
commit
9bc092f19c
3 changed files with 0 additions and 205 deletions
|
@ -75,7 +75,6 @@ system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files(
|
|||
))
|
||||
system_ss.add(when: 'CONFIG_OMAP', if_true: files(
|
||||
'omap_clk.c',
|
||||
'omap_l4.c',
|
||||
))
|
||||
system_ss.add(when: 'CONFIG_RASPI', if_true: files(
|
||||
'bcm2835_mbox.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue