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

index af1689d5982dcc57d650010a72f0c08d7bf492a5..d9b6a81d01275e5f3e40ba88e6cb6df6d29fc729 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=" xstr(CONFIG_SYS_CPU_CLK) "\0"                        \
        "fdtaddr=91000000\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