mirror of https://github.com/xemu-project/xemu.git
target-ppc: Extract e200 alias
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
0683641cc7
commit
4475e98f99
|
@ -7077,7 +7077,6 @@ enum {
|
|||
#define CPU_POWERPC_MPC8280 CPU_POWERPC_G2LEgp3
|
||||
/* e200 family */
|
||||
/* e200 cores */
|
||||
#define CPU_POWERPC_e200 CPU_POWERPC_e200z6
|
||||
#if 0
|
||||
CPU_POWERPC_e200z0 = xxx,
|
||||
#endif
|
||||
|
@ -8024,8 +8023,6 @@ static const ppc_def_t ppc_defs[] = {
|
|||
/* MPC8280 */
|
||||
POWERPC_DEF("MPC8280", CPU_POWERPC_MPC8280, G2LE)
|
||||
/* e200 family */
|
||||
/* Generic PowerPC e200 core */
|
||||
POWERPC_DEF("e200", CPU_POWERPC_e200, e200)
|
||||
/* Generic MPC55xx core */
|
||||
#if defined (TODO)
|
||||
POWERPC_DEF_SVR("MPC55xx",
|
||||
|
@ -8955,6 +8952,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = {
|
|||
{ "MPC885", "MPC8xx" },
|
||||
|
||||
{ "PowerQUICC-II", "MPC82xx" },
|
||||
{ "e200", "e200z6" },
|
||||
{ "e300", "e300c3" },
|
||||
{ "MPC8347", "MPC8347T" },
|
||||
{ "MPC8347A", "MPC8347AT" },
|
||||
|
|
Loading…
Reference in New Issue