diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-05-03 10:40:34 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-05-12 18:20:52 +0200 |
commit | 4369223902a79b7fc56ca076d99b88ff14964ddd (patch) | |
tree | df1318df98ee820d0ccf3a698efb91b3a523cafd /include/sysemu | |
parent | 9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a (diff) | |
download | qemu-4369223902a79b7fc56ca076d99b88ff14964ddd.zip qemu-4369223902a79b7fc56ca076d99b88ff14964ddd.tar.gz qemu-4369223902a79b7fc56ca076d99b88ff14964ddd.tar.bz2 |
Drop the deprecated unicore32 target
Target unicore32 was deprecated in commit 8e4ff4a8d2b, v5.2.0. See
there for rationale.
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210503084034.3804963-3-armbru@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/arch_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h index fc002b8..e723c46 100644 --- a/include/sysemu/arch_init.h +++ b/include/sysemu/arch_init.h @@ -17,7 +17,6 @@ enum { QEMU_ARCH_SPARC = (1 << 11), QEMU_ARCH_XTENSA = (1 << 12), QEMU_ARCH_OPENRISC = (1 << 13), - QEMU_ARCH_UNICORE32 = (1 << 14), QEMU_ARCH_TRICORE = (1 << 16), QEMU_ARCH_NIOS2 = (1 << 17), QEMU_ARCH_HPPA = (1 << 18), |