summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2010-04-06 12:06:31 -0400
committerJustin Waters <justin.waters@timesys.com>2010-04-06 12:06:31 -0400
commit63144b093aae08e3f573545326586b07f0d1cf95 (patch)
treeea437330f64e933c9d1927888f263a4bdbb680b7
parent0d41608828ce4dc3b22bc9b16e7906c5ef3af227 (diff)
Fix mode string for ccwmx51js2.6.31-ccwmx51js-201004061606
-rw-r--r--arch/arm/mach-mx51/mx51_ccwmx51js.c2
1 files changed, 1 insertions, 1 deletions
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] != '@') {