]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: Fix cast warning in board.c
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:40:01 +0000 (14:40 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:14:01 +0000 (16:14 -0400)
commit81e2ff0bf13506c16cc8bbf449f6623ea8c5d84a
tree7a203e17e92692b9ded416351cc9fb0ad5f492b0
parent9e97834867f496fde45d921a1d3fe213a6e8c7cd
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>
arch/avr32/lib/board.c