commit | 81e2ff0bf13506c16cc8bbf449f6623ea8c5d84a | [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 | 9e97834867f496fde45d921a1d3fe213a6e8c7cd [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>