Warnings when booting rc5 on a mpc83xx based board

Liu Dave-r63238 DaveLiu at freescale.com
Wed Jan 17 19:00:39 EST 2007


When the OF will be stable? The OF is really painful for embedded
system.

> -----Original Message-----
> From: linuxppc-dev-bounces+daveliu=freescale.com at ozlabs.org 
> [mailto:linuxppc-dev-bounces+daveliu=freescale.com at ozlabs.org]
>  On Behalf Of Joakim Tjernlund
> Sent: 2007?1?17? 3:58 PM
> To: Li Yang-r58472; linuxppc-dev Development
> Subject: RE: Warnings when booting rc5 on a mpc83xx based board
> 
> > -----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
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
> 



More information about the Linuxppc-dev mailing list