]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/start.S
powerpc: move get_pvr() and get_svr() into C
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / start.S
index 63fdffddb1a345e43584e7361eea00e5987e3f8e..f03e1a0bfe6345d7d8282528594dbc6f817ebbd2 100644 (file)
@@ -1427,16 +1427,6 @@ dcache_status:
        andi.   r3,r3,L1CSR0_DCE
        blr
 
-       .globl get_pvr
-get_pvr:
-       mfspr   r3,PVR
-       blr
-
-       .globl get_svr
-get_svr:
-       mfspr   r3,SVR
-       blr
-
 /*------------------------------------------------------------------------------- */
 /* Function:    in8 */
 /* Description:         Input 8 bits */