Warnings when booting rc5 on a mpc83xx based board

Joakim Tjernlund joakim.tjernlund at transmode.se
Wed Jan 17 18:57:30 EST 2007


> -----Original Message-----
> From: Li Yang-r58472 [mailto:LeoLi at freescale.com] 
> Sent: 17 January 2007 07:10
> To: Joakim Tjernlund; linuxppc-dev Development
> Subject: RE: Warnings when booting rc5 on a mpc83xx based board
> 
> Please try:
> 
> --- a/arch/powerpc/platforms/83xx/mpc832x_mds.c
> +++ b/arch/powerpc/platforms/83xx/mpc832x_mds.c
> @@ -103,7 +103,7 @@ static void __init mpc832x_sys_setup_arch(void)
>  #ifdef CONFIG_QUICC_ENGINE
>         qe_reset();
> 
> -       if ((np = of_find_node_by_name(np, "par_io")) != NULL) {
> +       if ((np = of_find_node_by_name(NULL, "par_io")) != NULL) {
>                 par_io_init(np);
>                 of_node_put(np);
> 
> - Leo

Thanks, this did fix the problem.

Kumar, FYI your proposal had no effect.

 Jocke



More information about the Linuxppc-dev mailing list