mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
'cs' is a more appropriate name to index SPI flash devices. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
6bb55e7967
commit
10f915e4ca
2 changed files with 16 additions and 16 deletions
|
@ -33,7 +33,7 @@ struct AspeedSMCState;
|
|||
typedef struct AspeedSMCFlash {
|
||||
struct AspeedSMCState *controller;
|
||||
|
||||
uint8_t id;
|
||||
uint8_t cs;
|
||||
|
||||
MemoryRegion mmio;
|
||||
} AspeedSMCFlash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue