mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/display: Remove omap_dss
The omap_dss device is OMAP2 only, and we are removing it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240903160751.4100218-50-peter.maydell@linaro.org
This commit is contained in:
parent
d007962b2f
commit
427b225efc
3 changed files with 0 additions and 1113 deletions
|
@ -25,7 +25,6 @@ system_ss.add(when: 'CONFIG_BOCHS_DISPLAY', if_true: files('bochs-display.c'))
|
|||
system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_fimd.c'))
|
||||
system_ss.add(when: 'CONFIG_FRAMEBUFFER', if_true: files('framebuffer.c'))
|
||||
|
||||
system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_dss.c'))
|
||||
system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_fb.c'))
|
||||
system_ss.add(when: 'CONFIG_SM501', if_true: files('sm501.c'))
|
||||
system_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue