PL181 write fix
authorPaul Brook <paul@codesourcery.com>
Mon, 22 Feb 2010 15:33:59 +0000 (15:33 +0000)
committerPaul Brook <paul@codesourcery.com>
Mon, 22 Feb 2010 15:33:59 +0000 (15:33 +0000)
commit554d7c00802b10675ed62b22bd1b24b4f463ec5c
treea02110e8e66823602558c4429623a388b7a4090f
parent4c4dc655cdd9bfa59a313d7d972d9b152edf91f1
PL181 write fix

The PL181 data transfer loop incorrectly terminates after the last FIFO
word is popped, discarding the last 3 bytes of data on a write transfer.

Signed-off-by: Paul Brook <paul@codesourcery.com>
hw/pl181.c