Re: [U-Boot] [PATCH] ARM: bcm283x mbox: Fix send status register

2019-07-16 Thread Stephen Warren
On 7/16/19 5:09 AM, matthias@kernel.org wrote: From: Fabian Vogt Before we can send a message to the mailbox we have to check that there is space to do so. Therefore we poll the status register. But up to now the wrong status register, the one of mailbox 0, was checked. Fix this by polling

[U-Boot] [PATCH] ARM: bcm283x mbox: Fix send status register

2019-07-16 Thread matthias . bgg
From: Fabian Vogt Before we can send a message to the mailbox we have to check that there is space to do so. Therefore we poll the status register. But up to now the wrong status register, the one of mailbox 0, was checked. Fix this by polling the status regiser of mailbox 1. Signed-off-by: