nv2a: Don't manually set NV_PFB_CFG0 reg

This commit is contained in:
wutno 2021-12-29 03:38:04 -05:00 committed by mborgerson
parent d8fa50e524
commit 065c74a00f
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ uint64_t pfb_read(void *opaque, hwaddr addr, unsigned int size)
uint64_t r = 0;
switch (addr) {
case NV_PFB_CFG0:
/* 3-4 memory partitions. The debug bios checks this. */
r = 3;
break;
case NV_PFB_CSTATUS:
r = memory_region_size(d->vram);
break;