Re: [U-Boot] [PATCH] ppc/85xx: Clean up do_reset

2009-09-10 Thread Kumar Gala
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

[U-Boot] [PATCH] ppc/85xx: Clean up do_reset

2009-09-08 Thread Kumar Gala
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