summary refs log tree commit diff stats
path: root/hw/misc/meson.build
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-03 17:07:48 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:57:53 +0100
commit9bc092f19cc0b7fca7ca10d536f7df1b8dfb014a (patch)
tree5b77d335e978aa0a125a90ac3a68d591b67ff694 /hw/misc/meson.build
parent427b225efc908be0aa85d50a89f3ce00f627a027 (diff)
downloadfocaccia-qemu-9bc092f19cc0b7fca7ca10d536f7df1b8dfb014a.tar.gz
focaccia-qemu-9bc092f19cc0b7fca7ca10d536f7df1b8dfb014a.zip
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
Diffstat (limited to 'hw/misc/meson.build')
-rw-r--r--hw/misc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/meson.build b/hw/misc/meson.build
index b7e97e47cf..a2951951b5 100644
--- a/hw/misc/meson.build
+++ b/hw/misc/meson.build
@@ -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',