commit | 843fe2d5104ed909e8b374fa10d75fc3a8136745 | [log] [tgz] |
---|---|---|
author | Lian Minghuan <B31939@freescale.com> | Wed Aug 18 16:33:47 2010 +0800 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 19 02:06:14 2010 -0500 |
tree | 94ffa182134a44c9dca4a5de59b1af64ff2ec44b | |
parent | 0b2bb6d82d6b5a92b3b1756d7a36560e23b569e1 [diff] |
powerpc/85xx: Fix SRIO LAW setup on corenet_ds boards In function board_early_init_r(), serdes will not be initialize yet. Thus sRIO was always considered disabled. Move the check for sRIO into misc_init_r() which is called after fsl_serdes_init(). Also, fixed warning associated with gur variable possibly not being used. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Lian Minghuan <B31939@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>