]> git.ipfire.org Git - people/ms/u-boot.git/commit
ppc/85xx: Clean up do_reset
authorKumar Gala <galak@kernel.crashing.org>
Tue, 8 Sep 2009 18:46:46 +0000 (13:46 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 8 Sep 2009 18:47:18 +0000 (13:47 -0500)
commitc348322ac7f76318295cf25ffab2cc2a4900a234
tree9636a9be13dcf857a371df20c837ecf1c899e2a7
parent21170c80a83f1e60ce7f6f83005e06a5c2d15a8e
ppc/85xx: Clean up do_reset

There is no reason to do a run time check for e500 v1 based cores to
determine if we have the GUTs RSTCR facility.  Only the first generation
of PQ3 parts (MPC8540/41/55/60) do not have it.  So checking to see if
we are e500 v2 would miss future parts (like e500mc).

Just change this to be ifdef'd based on CONFIG_MPC85{40,41,55,60}.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/cpu.c