summaryrefslogtreecommitdiffstats
path: root/target/unicore32/cpu-param.h
diff options
context:
space:
mode:
authorMarkus Armbruster2021-05-03 10:40:34 +0200
committerMarkus Armbruster2021-05-12 18:20:52 +0200
commit4369223902a79b7fc56ca076d99b88ff14964ddd (patch)
treedf1318df98ee820d0ccf3a698efb91b3a523cafd /target/unicore32/cpu-param.h
parentDrop the deprecated lm32 target (diff)
downloadqemu-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 'target/unicore32/cpu-param.h')
-rw-r--r--target/unicore32/cpu-param.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/unicore32/cpu-param.h b/target/unicore32/cpu-param.h
deleted file mode 100644
index 94d8a5daa1..0000000000
--- a/target/unicore32/cpu-param.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * UniCore32 cpu parameters for qemu.
- *
- * Copyright (C) 2010-2012 Guan Xuetao
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef UNICORE32_CPU_PARAM_H
-#define UNICORE32_CPU_PARAM_H 1
-
-#define TARGET_LONG_BITS 32
-#define TARGET_PAGE_BITS 12
-#define TARGET_PHYS_ADDR_SPACE_BITS 32
-#define TARGET_VIRT_ADDR_SPACE_BITS 32
-#define NB_MMU_MODES 2
-
-#endif