aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/sam460ex.c
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2022-08-17 20:59:14 +0200
committerDaniel Henrique Barboza <danielhb413@gmail.com>2022-08-31 17:05:10 -0300
commitadb566d371141d403a8e55b8728d7ab20389d248 (patch)
tree1c3d015937871a88d1de8dbee91525bad6e73ba6 /hw/ppc/sam460ex.c
parentb5aae5f66098655f44cbacf463e358605e380889 (diff)
downloadqemu-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/sam460ex.c')
-rw-r--r--hw/ppc/sam460ex.c1
1 files changed, 0 insertions, 1 deletions
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"