commit | 1c39f127ba765248184aa18b44678576e67c3d5d | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Wed Oct 03 07:27:39 2012 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 16 12:35:11 2012 +0200 |
tree | 6ff6229777be2b9528ad20e007f318769ff64a20 | |
parent | 10a6cd17249daaad286577a4a7660449bdf95a7f [diff] [blame] |
i.MX: ipufb: add const to fb_videomode declarations Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c index 3412952..421d8c2 100644 --- a/board/freescale/mx51evk/mx51evk.c +++ b/board/freescale/mx51evk/mx51evk.c
@@ -471,7 +471,7 @@ } #endif -static struct fb_videomode claa_wvga = { +static struct fb_videomode const claa_wvga = { .name = "CLAA07LC0ACW", .refresh = 57, .xres = 800,