mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/arm: Remove omap2.c
The users of the OMAP2 SoC emulation have been removed, so we can delete omap2.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-38-peter.maydell@linaro.org
This commit is contained in:
parent
21c1270f41
commit
5a5425998a
3 changed files with 0 additions and 2724 deletions
|
@ -972,26 +972,18 @@ struct omap_mpu_state_s {
|
|||
struct omap_gp_timer_s *gptimer[12];
|
||||
struct omap_synctimer_s *synctimer;
|
||||
|
||||
struct omap_prcm_s *prcm;
|
||||
struct omap_sdrc_s *sdrc;
|
||||
struct omap_gpmc_s *gpmc;
|
||||
struct omap_sysctl_s *sysc;
|
||||
|
||||
struct omap_mcspi_s *mcspi[2];
|
||||
|
||||
struct omap_dss_s *dss;
|
||||
|
||||
struct omap_eac_s *eac;
|
||||
};
|
||||
|
||||
/* omap1.c */
|
||||
struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *sdram,
|
||||
const char *core);
|
||||
|
||||
/* omap2.c */
|
||||
struct omap_mpu_state_s *omap2420_mpu_init(MemoryRegion *sdram,
|
||||
const char *core);
|
||||
|
||||
uint32_t omap_badwidth_read8(void *opaque, hwaddr addr);
|
||||
void omap_badwidth_write8(void *opaque, hwaddr addr,
|
||||
uint32_t value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue