From 4475e98f995ab726ce8bbf70225b2d90b20b9cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 17 Feb 2013 23:16:29 +0000 Subject: [PATCH] target-ppc: Extract e200 alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- target-ppc/translate_init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index d2cee80dc6..a4eae26c33 100644 --- a/target-ppc/translate_init.c +++ b/target-ppc/translate_init.c @@ -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" }, -- GitLab