]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Removed ${mtdoarts} from bootargs
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 25 Oct 2012 06:54:42 +0000 (08:54 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 25 Oct 2012 06:54:42 +0000 (08:54 +0200)
include/configs/tx51.h
include/configs/tx53.h

index d855a59a8cfe47fc5229b1fd2961297cd267af9a..7282109c686aef3ce1d85c9961d1379de226c362 100644 (file)
        "run bootm_cmd\0"                                               \
        "bootm_cmd=fdt boardsetup;bootm ${loadaddr} - ${fdtaddr}\0"     \
        "default_bootargs=set bootargs " CONFIG_BOOTARGS                \
-       " ${mtdparts} video=${video_mode} ${append_bootargs}\0"         \
+       " video=${video_mode} ${append_bootargs}\0"                     \
        "cpu_clk=" xstr(CONFIG_SYS_CPU_CLK) "\0"                        \
        "fdtaddr=91000000\0"                                            \
        "mtdids=" MTDIDS_DEFAULT "\0"                                   \
index 4084b41e45a7dd6887ba325bf782ac3f06ff8bd2..429fd125719972efb8bbb1fb4f7becdd0d70ed4c 100644 (file)
        "run bootm_cmd\0"                                               \
        "bootm_cmd=fdt boardsetup;bootm ${loadaddr} - ${fdtaddr}\0"     \
        "default_bootargs=set bootargs " CONFIG_BOOTARGS                \
-       " ${mtdparts} video=${video_mode} ${append_bootargs}\0"         \
+       " video=${video_mode} ${append_bootargs}\0"                     \
        "cpu_clk=800\0"                                                 \
        "fdtaddr=71000000\0"                                            \
        "mtdids=" MTDIDS_DEFAULT "\0"                                   \