powerpc: mpc85xx: Show e500 core version
Distinguish between e500v1 and e500v2. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
committed by
Priyanka Jain
parent
de14a5a95c
commit
efd9914ffa
@@ -143,8 +143,10 @@ int checkcpu (void)
|
||||
printf("Core: ");
|
||||
switch(ver) {
|
||||
case PVR_VER_E500_V1:
|
||||
puts("e500v1");
|
||||
break;
|
||||
case PVR_VER_E500_V2:
|
||||
puts("e500");
|
||||
puts("e500v2");
|
||||
break;
|
||||
case PVR_VER_E500MC:
|
||||
puts("e500mc");
|
||||
|
||||
Reference in New Issue
Block a user