commit | c4137252d91a053bb510569857aed7c9f1931608 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:40:01 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:01 2013 -0400 |
tree | 7a203e17e92692b9ded416351cc9fb0ad5f492b0 | |
parent | 989e1a0e0ca372a2d3d76cb64d6d518da347f9b4 [diff] |
avr32: Fix cast warning in board.c The frame buffer pointer in global_data is not a pointer, so we should remove these casts. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>