On 5/4/24 07:17, Dorjoy Chowdhury wrote:
The value of the mp-affinity property being set in npcm7xx_realize is always the same as the default value it would have when arm_cpu_realizefn is called if the property is not set here. So there is no need to set the property value in npcm7xx_realize function.Signed-off-by: Dorjoy Chowdhury<dorjoychy...@gmail.com> --- hw/arm/npcm7xx.c | 3 --- 1 file changed, 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~