]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm1176/bcm2835/mbox.c
ARM: bcm2835: fix mailbox timeout
[karo-tx-uboot.git] / arch / arm / cpu / arm1176 / bcm2835 / mbox.c
index 4daf1e410c775ba96214a8d7ab5517b92b2bcf18..3b17a31eacfd6e5ab092e53bca87c4d0d408ca92 100644 (file)
@@ -8,7 +8,7 @@
 #include <asm/io.h>
 #include <asm/arch/mbox.h>
 
-#define TIMEOUT (100 * 1000) /* 100mS in uS */
+#define TIMEOUT 1000 /* ms */
 
 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv)
 {