diff mbox series

[PULL,1/2] aspeed: Remove unused fields from AspeedMachineState

Message ID 20220801162948.1920497-2-clg@kaod.org (mailing list archive)
State New, archived
Headers show
Series [PULL,1/2] aspeed: Remove unused fields from AspeedMachineState | expand

Commit Message

Cédric Le Goater Aug. 1, 2022, 4:29 p.m. UTC
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>
---
 hw/arm/aspeed.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index 4193a3d23d1d..b3bbe06f8fa4 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;