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)
commit36d3260756ec6277acf474e1c407fdd9a104f9cb
tree0584d92a8ed50bc6e0c51ed3aed06ed81bb95f4a
parentf3603b438283aa3e47b7bc564ded4b75c6ccf051
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