summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hw/sun4m.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c
index d102311a81..dceb8d0b1f 100644
--- a/hw/sun4m.c
+++ b/hw/sun4m.c
@@ -1303,7 +1303,7 @@ static const struct sun4d_hwdef sun4d_hwdefs[] = {
         .ledma_base   = 0x800040000ULL,
         .le_base      = 0x800060000ULL,
         .sbi_base     = 0xf02800000ULL,
-        .vram_size    = TCX_SIZE,
+        .vram_size    = 0x00100000,
         .nvram_size   = 0x2000,
         .esp_irq = 3,
         .le_irq = 4,
@@ -1336,7 +1336,7 @@ static const struct sun4d_hwdef sun4d_hwdefs[] = {
         .ledma_base   = 0x800040000ULL,
         .le_base      = 0x800060000ULL,
         .sbi_base     = 0xf02800000ULL,
-        .vram_size    = TCX_SIZE,
+        .vram_size    = 0x00100000,
         .nvram_size   = 0x2000,
         .esp_irq = 3,
         .le_irq = 4,