mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
aspeed: Use consistent typenames
Improve the naming of the different controller models to ease their generation when initializing the SoC. The rename of the SMC types is breaking migration compatibility. Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-id: 20190904070506.1052-5-clg@kaod.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
3a71468150
commit
811a5b1d6c
3 changed files with 18 additions and 22 deletions
|
@ -61,9 +61,6 @@ typedef struct AspeedSoCInfo {
|
|||
uint32_t silicon_rev;
|
||||
uint64_t sram_size;
|
||||
int spis_num;
|
||||
const char *fmc_typename;
|
||||
const char **spi_typename;
|
||||
const char *gpio_typename;
|
||||
int wdts_num;
|
||||
const int *irqmap;
|
||||
const hwaddr *memmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue