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 <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
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);
}