commit | b71ec9b023c484b0d3d01045bb082c4348e249f8 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 13 15:09:48 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 22:22:48 2017 -0400 |
tree | 28d769b7bfd304398f1ad61c628a9aa56dcd4f30 | |
parent | dd6e82bd3e8f7cd8807bbb3bb0b610b859614db5 [diff] |
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>