mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
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:
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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user