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)
commit46c4c229ecf470202a1f4fd2402283cb038864bf
treeb30c9af6e6d2823818242a1dc9251a74c90585fa
parent7792da8567a70be3280c8eef916334e6923815e3
powerpc/85xx: issue fsl_soc reboot warning only when applicable

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>
arch/powerpc/sysdev/fsl_soc.c