target-microblaze: Remove dead code
This code is already being run in the mb_cpu_realizefn() function. As PVR registers are preserved on reset this code is not required. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
033af8e9aa
commit
ad7020a7e7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user