Skip to content
Snippets Groups Projects
Commit 08fd6a35 authored by Eric Nelson's avatar Eric Nelson Committed by Stefano Babic
Browse files

i.MX: ipufb: add const to fb_videomode declarations

parent 09c8bb26
No related branches found
No related tags found
No related merge requests found
...@@ -471,7 +471,7 @@ int board_mmc_init(bd_t *bis) ...@@ -471,7 +471,7 @@ int board_mmc_init(bd_t *bis)
} }
#endif #endif
static struct fb_videomode claa_wvga = { static struct fb_videomode const claa_wvga = {
.name = "CLAA07LC0ACW", .name = "CLAA07LC0ACW",
.refresh = 57, .refresh = 57,
.xres = 800, .xres = 800,
......
...@@ -412,7 +412,7 @@ static void clock_1GHz(void) ...@@ -412,7 +412,7 @@ static void clock_1GHz(void)
printf("CPU: Switch DDR clock to 400MHz failed\n"); printf("CPU: Switch DDR clock to 400MHz failed\n");
} }
static struct fb_videomode claa_wvga = { static struct fb_videomode const claa_wvga = {
.name = "CLAA07LC0ACW", .name = "CLAA07LC0ACW",
.refresh = 57, .refresh = 57,
.xres = 800, .xres = 800,
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
static struct fb_videomode nec_nl6448bc26_09c = { static struct fb_videomode const nec_nl6448bc26_09c = {
"NEC_NL6448BC26-09C", "NEC_NL6448BC26-09C",
60, /* Refresh */ 60, /* Refresh */
640, /* xres */ 640, /* xres */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment