diff options
author | Cédric Le Goater <clg@kaod.org> | 2022-07-28 08:15:52 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2022-08-01 15:24:15 +0200 |
commit | 3867c1c5fd8f509bd1deada6119cd0f28edeb9af (patch) | |
tree | ce858190aca88c00ac3239de232866b71f1e8f6f /hw/arm | |
parent | 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3 (diff) |
aspeed: Remove unused fields from AspeedMachineState
Fixes: 346160cbf2af ("aspeed: Set the dram container at the SoC level")
Message-Id: <20220727102714.803041-2-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/aspeed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 4193a3d23d..b3bbe06f8f 100644 --- a/hw/arm/aspeed.c +++ b/hw/arm/aspeed.c @@ -38,8 +38,6 @@ struct AspeedMachineState { /* Public */ AspeedSoCState soc; - MemoryRegion ram_container; - MemoryRegion max_ram; bool mmio_exec; char *fmc_model; char *spi_model; |