bsps/powerpc: Use e500 exc categories for e6500

This is not correct, but works for now.
This commit is contained in:
Sebastian Huber
2014-12-19 13:05:00 +01:00
parent 99a1f1229f
commit c279d0a33f

View File

@@ -288,6 +288,7 @@ const ppc_exc_categories *ppc_exc_categories_for_cpu(ppc_cpu_id_t cpu)
return &psim_category_table;
case PPC_8540:
case PPC_e500v2:
case PPC_e6500:
return &e500_category_table;
case PPC_e200z0:
case PPC_e200z1: