From c3e3063ae0b485edeee7479138ad0f41149a1762 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Thu, 10 Oct 2013 16:05:07 +0200 Subject: [PATCH 1/1] karo: tx53: remove 'video_mode' from bootargs --- include/configs/tx53.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/tx53.h b/include/configs/tx53.h index 1069eb6dd4..1427566a30 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -129,14 +129,14 @@ "run bootm_cmd\0" \ "bootm_cmd=bootm ${loadaddr} - ${fdtaddr}\0" \ "default_bootargs=set bootargs " CONFIG_BOOTARGS \ - " video=${video_mode} ${append_bootargs}\0" \ + " ${append_bootargs}\0" \ "cpu_clk=800\0" \ "fdtaddr=71000000\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" \ "otg_mode=device\0" \ "touchpanel=tsc2007\0" \ - "video_mode=VGA-1:640x480MR-24@60\0" + "video_mode=VGA\0" #define MTD_NAME "mxc_nand" #define MTDIDS_DEFAULT "nand0=" MTD_NAME -- 2.39.2