summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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] != '@') {