]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: move get_pvr() and get_svr() into C
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 13 Jul 2017 13:10:06 +0000 (15:10 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:51 +0000 (22:22 -0400)
commite466e03b9062eb02ce4f1b57d7f0a59c8a7939af
treea1ef570acd2f109cb9102cd8b2dc3a95a5787a68
parent6cbfde212cbc8fe4c3fb4c6293833d8e0713bbb7
powerpc: move get_pvr() and get_svr() into C

Avoid unnecessary assembly functions when they can easily be written
in C.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/cpu/mpc83xx/start.S
arch/powerpc/cpu/mpc85xx/start.S
arch/powerpc/cpu/mpc86xx/start.S
arch/powerpc/cpu/mpc8xx/start.S
arch/powerpc/include/asm/ppc.h