diff options
author | Markus Armbruster | 2021-05-03 10:40:34 +0200 |
---|---|---|
committer | Markus Armbruster | 2021-05-12 18:20:52 +0200 |
commit | 4369223902a79b7fc56ca076d99b88ff14964ddd (patch) | |
tree | df1318df98ee820d0ccf3a698efb91b3a523cafd /default-configs | |
parent | Drop the deprecated lm32 target (diff) | |
download | qemu-4369223902a79b7fc56ca076d99b88ff14964ddd.tar.gz qemu-4369223902a79b7fc56ca076d99b88ff14964ddd.tar.xz qemu-4369223902a79b7fc56ca076d99b88ff14964ddd.zip |
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 'default-configs')
-rw-r--r-- | default-configs/devices/unicore32-softmmu.mak | 6 | ||||
-rw-r--r-- | default-configs/targets/unicore32-softmmu.mak | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/default-configs/devices/unicore32-softmmu.mak b/default-configs/devices/unicore32-softmmu.mak deleted file mode 100644 index 899288e3d7..0000000000 --- a/default-configs/devices/unicore32-softmmu.mak +++ /dev/null @@ -1,6 +0,0 @@ -# Default configuration for unicore32-softmmu - -# Boards: -# -CONFIG_PUV3=y -CONFIG_SEMIHOSTING=y diff --git a/default-configs/targets/unicore32-softmmu.mak b/default-configs/targets/unicore32-softmmu.mak deleted file mode 100644 index 57331e94fe..0000000000 --- a/default-configs/targets/unicore32-softmmu.mak +++ /dev/null @@ -1 +0,0 @@ -TARGET_ARCH=unicore32 |