mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
The system configuration controller (SYSCFG) doesn't have
any output IRQ (and the INTC input #71 belongs to the UART6).
Remove the invalid code.
Fixes: db635521a0
("stm32f205: Add the stm32f205 SoC")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20201107193403.436146-3-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
509602eed4
commit
2108e5092a
3 changed files with 0 additions and 5 deletions
|
@ -53,8 +53,6 @@ struct STM32F2XXSyscfgState {
|
|||
uint32_t syscfg_exticr3;
|
||||
uint32_t syscfg_exticr4;
|
||||
uint32_t syscfg_cmpcr;
|
||||
|
||||
qemu_irq irq;
|
||||
};
|
||||
|
||||
#endif /* HW_STM32F2XX_SYSCFG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue