On 4/7/23 00:02, BALATON Zoltan wrote:
After previous changes we can now remove the legacy init function and move the device creation to board code.Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> --- hw/ppc/ppc440.h | 1 - hw/ppc/ppc440_uc.c | 21 --------------------- hw/ppc/sam460ex.c | 17 ++++++++++++++++- include/hw/ppc/ppc4xx.h | 1 + 4 files changed, 17 insertions(+), 23 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>