]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx53: remove 'video_mode' from bootargs
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Oct 2013 14:05:07 +0000 (16:05 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Oct 2013 14:05:07 +0000 (16:05 +0200)
include/configs/tx53.h

index 1069eb6dd43d232c620e43b1fac79e6889d81753..1427566a30bcc49f151e6743af6454607b0c3ee1 100644 (file)
        "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