[PATCH 1/1] raspberry-pi: mac address detection support

Sascha Hauer s.hauer at pengutronix.de
Mon Jan 19 22:54:45 PST 2015


On Mon, Jan 19, 2015 at 06:22:46PM +0400, Antony Pavlov wrote:
> On Mon, 19 Jan 2015 13:29:44 +0100
> Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> 
> > increase the mbox timeout as it take more time to retreive the mac
> > 
> > fix led register too
> > 
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ...
> > diff --git a/arch/arm/mach-bcm2835/mbox.c b/arch/arm/mach-bcm2835/mbox.c
> > index 2bca567..0e51f08 100644
> > --- a/arch/arm/mach-bcm2835/mbox.c
> > +++ b/arch/arm/mach-bcm2835/mbox.c
> > @@ -13,7 +13,7 @@
> >  
> >  #include <mach/mbox.h>
> >  
> > -#define TIMEOUT (MSECOND * 100) /* 100mS */
> > +#define TIMEOUT (MSECOND * 1000) /* 100mS */
> >  
> 
> +#define TIMEOUT (MSECOND * 1000) /* 1000mS */

I removed the comment while applying. No need to state the obvious.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list