Re: [U-Boot] [PATCH] ARM: bcm2835: fix mailbox timeout

2013-12-16 Thread Andre Heider
On Fri, Dec 13, 2013 at 08:48:46PM -0700, Stephen Warren wrote: My original intention was to have a 100ms timeout. However, the timer operations used return values in ms not us, so we ended up with a 100s timeout instead. Fixing this exposes that some operations need longer to operate than

[U-Boot] [PATCH] ARM: bcm2835: fix mailbox timeout

2013-12-13 Thread Stephen Warren
My original intention was to have a 100ms timeout. However, the timer operations used return values in ms not us, so we ended up with a 100s timeout instead. Fixing this exposes that some operations need longer to operate than 100ms, so bump the timeout up to a whole second. Reported-by: Andre