Statistics
| Branch: | Revision:

root / hw / milkymist-vgafb_template.h @ 26ca8c06

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
0f3c3cc9 01/19/2012 10:16 am Andreas Färber

lm32: Fix mixup of uint32 and uint32_t

Commit d23948b15a9920fb7f6374b55a6db1ecff81f3ee (lm32: add Milkymist
VGAFB support) introduced a stray usage of the softfloat uint32 type.

Use uint32_t instead.

Signed-off-by: Andreas Färber <>
Acked-by: Michael Walle <>...

d23948b1 04/04/2011 11:26 am Michael Walle

lm32: add Milkymist VGAFB support

This patch adds support for Milkymist's VGA framebuffer.

Signed-off-by: Michael Walle <>
Signed-off-by: Edgar E. Iglesias <>