提交 4475e98f 编写于 作者: A Andreas Färber 提交者: Alexander Graf

target-ppc: Extract e200 alias

Signed-off-by: NAndreas Färber <afaerber@suse.de>
Signed-off-by: NAlexander Graf <agraf@suse.de>
上级 0683641c
...@@ -7077,7 +7077,6 @@ enum { ...@@ -7077,7 +7077,6 @@ enum {
#define CPU_POWERPC_MPC8280 CPU_POWERPC_G2LEgp3 #define CPU_POWERPC_MPC8280 CPU_POWERPC_G2LEgp3
/* e200 family */ /* e200 family */
/* e200 cores */ /* e200 cores */
#define CPU_POWERPC_e200 CPU_POWERPC_e200z6
#if 0 #if 0
CPU_POWERPC_e200z0 = xxx, CPU_POWERPC_e200z0 = xxx,
#endif #endif
...@@ -8024,8 +8023,6 @@ static const ppc_def_t ppc_defs[] = { ...@@ -8024,8 +8023,6 @@ static const ppc_def_t ppc_defs[] = {
/* MPC8280 */ /* MPC8280 */
POWERPC_DEF("MPC8280", CPU_POWERPC_MPC8280, G2LE) POWERPC_DEF("MPC8280", CPU_POWERPC_MPC8280, G2LE)
/* e200 family */ /* e200 family */
/* Generic PowerPC e200 core */
POWERPC_DEF("e200", CPU_POWERPC_e200, e200)
/* Generic MPC55xx core */ /* Generic MPC55xx core */
#if defined (TODO) #if defined (TODO)
POWERPC_DEF_SVR("MPC55xx", POWERPC_DEF_SVR("MPC55xx",
...@@ -8955,6 +8952,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = { ...@@ -8955,6 +8952,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = {
{ "MPC885", "MPC8xx" }, { "MPC885", "MPC8xx" },
{ "PowerQUICC-II", "MPC82xx" }, { "PowerQUICC-II", "MPC82xx" },
{ "e200", "e200z6" },
{ "e300", "e300c3" }, { "e300", "e300c3" },
{ "MPC8347", "MPC8347T" }, { "MPC8347", "MPC8347T" },
{ "MPC8347A", "MPC8347AT" }, { "MPC8347A", "MPC8347AT" },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册