]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
hw/ppc/sam460ex: Remove PPC405 dependency from sam460ex
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 17 Aug 2022 18:59:14 +0000 (20:59 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 31 Aug 2022 20:05:10 +0000 (17:05 -0300)
Now that shared PPC4xx devices are separated from PPC405 ones we can
drop this depencency.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <cf6c1d280f830beeea41128595c8c026d5126d2b.1660762465.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/Kconfig
hw/ppc/sam460ex.c

index 400511c6b70351a45a2253fdd99514b32b34f05b..205f9f98d7d56d58a96f4bacb96e43d7b4e23bad 100644 (file)
@@ -58,7 +58,6 @@ config PPC4XX
 
 config SAM460EX
     bool
-    select PPC405
     select PFLASH_CFI01
     select IDE_SII3112
     select M41T80
index 348ed272110916e66d018fc4d1acf2b923789941..850bb3b817b32eb8f6c08a57273f2a86652f4dc1 100644 (file)
@@ -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"