[U-Boot] [PATCH] ppc/85xx: Clean up do_reset
Kumar Gala
galak at kernel.crashing.org
Thu Sep 10 23:35:43 CEST 2009
On Sep 8, 2009, at 1:49 PM, Kumar Gala wrote:
> 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 at kernel.crashing.org>
> ---
> cpu/mpc85xx/cpu.c | 25 +++++++++----------------
> 1 files changed, 9 insertions(+), 16 deletions(-)
applied to 85xx
- k
More information about the U-Boot
mailing list