powerpc/85xx: issue fsl_soc reboot warning only when applicable
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 14 Aug 2009 16:13:53 +0000 (12:13 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 25 Aug 2009 01:48:13 +0000 (20:48 -0500)
Some CPU, like the MPC8560 don't have a RSTCR in the Global
Utilities Block.  These boards will implement their own reboot
call, and not use this code, so we should only warn about the
absence of the GUTS RSTCR when the default reboot code is used.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found