Commit c1d00dc0b432813f29baac7ec62e4cec09949765

Authored by blueswir1
1 parent ac2e9d66

Revert wrong changes

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4264 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 2 deletions
hw/sun4m.c
... ... @@ -1303,7 +1303,7 @@ static const struct sun4d_hwdef sun4d_hwdefs[] = {
1303 1303 .ledma_base = 0x800040000ULL,
1304 1304 .le_base = 0x800060000ULL,
1305 1305 .sbi_base = 0xf02800000ULL,
1306   - .vram_size = TCX_SIZE,
  1306 + .vram_size = 0x00100000,
1307 1307 .nvram_size = 0x2000,
1308 1308 .esp_irq = 3,
1309 1309 .le_irq = 4,
... ... @@ -1336,7 +1336,7 @@ static const struct sun4d_hwdef sun4d_hwdefs[] = {
1336 1336 .ledma_base = 0x800040000ULL,
1337 1337 .le_base = 0x800060000ULL,
1338 1338 .sbi_base = 0xf02800000ULL,
1339   - .vram_size = TCX_SIZE,
  1339 + .vram_size = 0x00100000,
1340 1340 .nvram_size = 0x2000,
1341 1341 .esp_irq = 3,
1342 1342 .le_irq = 4,
... ...