Loading
lm32: Fix mixup of uint32 and uint32_t
Commit d23948b1 (lm32: add Milkymist VGAFB support) introduced a stray usage of the softfloat uint32 type. Use uint32_t instead. Signed-off-by:Andreas Färber <afaerber@suse.de> Acked-by:
Michael Walle <michael@walle.cc> Cc: Peter Maydell <peter.maydell@linaro.org> Signed-off-by:
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>