diff options
Diffstat (limited to 'target-microblaze')
-rw-r--r-- | target-microblaze/cpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-microblaze/cpu.c b/target-microblaze/cpu.c index ac390ce732..c592bf76e4 100644 --- a/target-microblaze/cpu.c +++ b/target-microblaze/cpu.c @@ -179,10 +179,6 @@ static void mb_cpu_realizefn(DeviceState *dev, Error **errp) env->sregs[SR_PC] = cpu->cfg.base_vectors; -#if defined(CONFIG_USER_ONLY) - env->pvr.regs[10] = 0x0c000000; /* Spartan 3a dsp. */ -#endif - mcc->parent_realize(dev, errp); } |