Home
last modified time | relevance | path

Searched hist:"0 e159024" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/freescale/corenet_ds/
H A Dcorenet_ds.c0e159024 Wed Aug 18 03:33:47 CDT 2010 Lian Minghuan <B31939@freescale.com> 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>