diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2022-08-17 20:59:14 +0200 |
---|---|---|
committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-08-31 17:05:10 -0300 |
commit | adb566d371141d403a8e55b8728d7ab20389d248 (patch) | |
tree | 1c3d015937871a88d1de8dbee91525bad6e73ba6 /hw/ppc | |
parent | b5aae5f66098655f44cbacf463e358605e380889 (diff) | |
download | qemu-adb566d371141d403a8e55b8728d7ab20389d248.zip qemu-adb566d371141d403a8e55b8728d7ab20389d248.tar.gz qemu-adb566d371141d403a8e55b8728d7ab20389d248.tar.bz2 |
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 <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>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/Kconfig | 1 | ||||
-rw-r--r-- | hw/ppc/sam460ex.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index 400511c..205f9f9 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 348ed27..850bb3b 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" |