diff options
author | Cédric Le Goater <clg@kaod.org> | 2021-05-01 10:03:51 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2021-05-01 10:03:51 +0200 |
commit | d177892d4a48668a422772e19bed9b6baa384a08 (patch) | |
tree | df15b09898c5f4788338e5cdc1c6b217e602eba9 /include | |
parent | 0df2d9a673543c4ab06646d9f6bd21153c632a4c (diff) | |
download | qemu-d177892d4a48668a422772e19bed9b6baa384a08.zip qemu-d177892d4a48668a422772e19bed9b6baa384a08.tar.gz qemu-d177892d4a48668a422772e19bed9b6baa384a08.tar.bz2 |
aspeed/smc: Remove unused "sdram-base" property
Cc: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210407171637.777743-3-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/ssi/aspeed_smc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/ssi/aspeed_smc.h b/include/hw/ssi/aspeed_smc.h index 16c03fe..ccd71d9 100644 --- a/include/hw/ssi/aspeed_smc.h +++ b/include/hw/ssi/aspeed_smc.h @@ -103,9 +103,6 @@ struct AspeedSMCState { uint8_t r_timings; uint8_t conf_enable_w0; - /* for DMA support */ - uint64_t sdram_base; - AddressSpace flash_as; MemoryRegion *dram_mr; AddressSpace dram_as; |