mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/char: Remove omap2_uart
Remove the OMAP2 specific code from omap_uart.c. 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-40-peter.maydell@linaro.org
This commit is contained in:
parent
df7768f5a5
commit
aeaf7bb5aa
2 changed files with 0 additions and 118 deletions
|
@ -709,11 +709,6 @@ struct omap_uart_s *omap_uart_init(hwaddr base,
|
|||
qemu_irq irq, omap_clk fclk, omap_clk iclk,
|
||||
qemu_irq txdma, qemu_irq rxdma,
|
||||
const char *label, Chardev *chr);
|
||||
struct omap_uart_s *omap2_uart_init(MemoryRegion *sysmem,
|
||||
struct omap_target_agent_s *ta,
|
||||
qemu_irq irq, omap_clk fclk, omap_clk iclk,
|
||||
qemu_irq txdma, qemu_irq rxdma,
|
||||
const char *label, Chardev *chr);
|
||||
void omap_uart_reset(struct omap_uart_s *s);
|
||||
|
||||
struct omap_mpuio_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue