]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/arm/omap_sx1: Remove unused 'total_ram' definitions
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Jan 2023 11:53:12 +0000 (12:53 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jan 2023 17:03:14 +0000 (17:03 +0000)
The total_ram_v1/total_ram_v2 definitions were never used.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230109115316.2235-10-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/omap_sx1.c

index 57829b37441e92c8b2b18326d8e7b8a7ce2c255c..84b7059f7c7e2655e7947d70f2c328e5e01c13ee 100644 (file)
@@ -91,8 +91,6 @@ static const MemoryRegionOps static_ops = {
 #define flash0_size    (16 * 1024 * 1024)
 #define flash1_size    ( 8 * 1024 * 1024)
 #define flash2_size    (32 * 1024 * 1024)
-#define total_ram_v1   (sdram_size + flash0_size + flash1_size + OMAP15XX_SRAM_SIZE)
-#define total_ram_v2   (sdram_size + flash2_size + OMAP15XX_SRAM_SIZE)
 
 static struct arm_boot_info sx1_binfo = {
     .loader_start = OMAP_EMIFF_BASE,