mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02:00
powerpc: mpc512x: Add support for get_svr() for mpc512x devices
Defines get_svr() for mpc512x devices Signed-off-by: Sriram Dash <sriram.dash@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
b7401d0917
commit
4359a3b9e4
@ -443,6 +443,11 @@ get_pvr:
|
|||||||
mfspr r3, PVR
|
mfspr r3, PVR
|
||||||
blr
|
blr
|
||||||
|
|
||||||
|
.globl get_svr
|
||||||
|
get_svr:
|
||||||
|
mfspr r3, SVR
|
||||||
|
blr
|
||||||
|
|
||||||
/*-------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user