From 63144b093aae08e3f573545326586b07f0d1cf95 Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Tue, 6 Apr 2010 12:06:31 -0400 Subject: Fix mode string for ccwmx51js --- arch/arm/mach-mx51/mx51_ccwmx51js.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mx51/mx51_ccwmx51js.c b/arch/arm/mach-mx51/mx51_ccwmx51js.c index 803e26d3006c..ad1bb24f45fd 100644 --- a/arch/arm/mach-mx51/mx51_ccwmx51js.c +++ b/arch/arm/mach-mx51/mx51_ccwmx51js.c @@ -209,7 +209,7 @@ static int __init ccwmx51_init_fb(void) pr_info("VGA interface is primary\n"); fb_data_vga.mode = 0; // Do not use LCD timings. - strcpy(fb_data_vga.mode_str, "1024x768M-16@60"); /* Default */ + fb_data_vga.mode_str = "1024x768M-16@60"; /* Get the desired configuration provided by the bootloader */ if (options[3] != '@') { -- cgit v1.2.3