]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc, 8xx: Simplifying check_CPU()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 13 Jul 2017 13:09:58 +0000 (15:09 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:50 +0000 (22:22 -0400)
commit094d823bb30b2a166dee68f84db568c0eb24227c
tree0584d92a8ed50bc6e0c51ed3aed06ed81bb95f4a
parent675af3981aa39f565ef2ad9c8c2e217a8d5aa7a2
powerpc, 8xx: Simplifying check_CPU()

All complex case have been removed and we now only support
MPC866 and MPC885 families.

So check_CPU() can be made a lot simpler.

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