]> git.ipfire.org Git - people/ms/u-boot.git/commit
powerpc, timer: Does 8xx specific actions in 8xx cpu_init
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 13 Jul 2017 13:09:48 +0000 (15:09 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:48 +0000 (22:22 -0400)
commit93e85d02b21cdcd431df2237b883218f5c4059af
tree28d769b7bfd304398f1ad61c628a9aa56dcd4f30
parent0819450fdd1160462f7a67af055618029857e204
powerpc, timer: Does 8xx specific actions in 8xx cpu_init

The actions inside #ifdef CONFIG_8xx in arch/powerpc/lib/time.c
can be performed before, in a 8xx dedicated function.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/cpu/mpc8xx/cpu_init.c
arch/powerpc/lib/time.c