From: BALATON Zoltan Date: Wed, 17 Aug 2022 18:59:14 +0000 (+0200) Subject: hw/ppc/sam460ex: Remove PPC405 dependency from sam460ex X-Git-Tag: qemu-xen-4.18.0-rc5~544^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=adb566d371141d403a8e55b8728d7ab20389d248;p=qemu-xen.git hw/ppc/sam460ex: Remove PPC405 dependency from sam460ex Now that shared PPC4xx devices are separated from PPC405 ones we can drop this depencency. Signed-off-by: BALATON Zoltan Reviewed-by: Cédric Le Goater Message-Id: Signed-off-by: Daniel Henrique Barboza --- diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index 400511c6b7..205f9f98d7 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -58,7 +58,6 @@ config PPC4XX config SAM460EX bool - select PPC405 select PFLASH_CFI01 select IDE_SII3112 select M41T80 diff --git a/hw/ppc/sam460ex.c b/hw/ppc/sam460ex.c index 348ed27211..850bb3b817 100644 --- a/hw/ppc/sam460ex.c +++ b/hw/ppc/sam460ex.c @@ -25,7 +25,6 @@ #include "elf.h" #include "exec/memory.h" #include "ppc440.h" -#include "ppc405.h" #include "hw/block/flash.h" #include "sysemu/sysemu.h" #include "sysemu/reset.h"