pl011: fix incorrect logic to set the RXFF flag
commitf72dbf3d2629be75d50b4c98816c360d82e8a848
authorRob Herring <rob.herring@linaro.org>
Tue, 18 Mar 2014 18:18:41 +0000 (18 13:18 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 18 Mar 2014 19:38:56 +0000 (18 19:38 +0000)
tree3563263d5861e88b221a463183ef72526597258a
parentce8f0905a59232982c8a220169e11c14c73e7dea
pl011: fix incorrect logic to set the RXFF flag

The receive fifo full bit should be set when 1 character is received and
the fifo is disabled or when 16 characters are in the fifo.

Signed-off-by: Rob Herring <rob.herring@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1395166721-15716-4-git-send-email-robherring2@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/char/pl011.c