mirror of
https://github.com/mii443/qemu.git
synced 2025-12-08 05:28:31 +00: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:
@@ -33,7 +33,7 @@ struct AspeedSMCState;
|
||||
typedef struct AspeedSMCFlash {
|
||||
struct AspeedSMCState *controller;
|
||||
|
||||
uint8_t id;
|
||||
uint8_t cs;
|
||||
|
||||
MemoryRegion mmio;
|
||||
} AspeedSMCFlash;
|
||||
|
||||
Reference in New Issue
Block a user