]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am33xx: karo: remove video_mode from bootargs and set default to 'VGA'
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:14:28 +0000 (14:14 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:14:28 +0000 (14:14 +0200)
include/configs/tx48.h

index 98eb48460853f6bd0e6bf9b41ea4fa550524094e..c62fd3c9113ab4648af32a3b359fd6a7e6e45763 100644 (file)
        TX48_BOOTM_CMD                                                  \
        "default_bootargs=set bootargs " CONFIG_BOOTARGS                \
        TX48_MTDPARTS_CMD                                               \
-       " video=${video_mode} ${append_bootargs}\0"                     \
+       " ${append_bootargs}\0"                 \
        "cpu_clk=" xstr(CONFIG_SYS_MPU_CLK) "\0"                        \
        "fdtaddr=81000000\0"                                            \
        "mtdids=" MTDIDS_DEFAULT "\0"                                   \
        "mtdparts=" MTDPARTS_DEFAULT "\0"                               \
        "otg_mode=device\0"                                             \
        "touchpanel=tsc2007\0"                                          \
-       "video_mode=da8xx-fb:640x480MR-24@60\0"
+       "video_mode=VGA\0"
 
 #define MTD_NAME                       "omap2-nand.0"
 #define MTDIDS_DEFAULT                 "nand0=" MTD_NAME