]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
85xx/p1_p2_rdb: not able to modify "$bootfile" environment variable
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Wed, 23 Jun 2010 14:12:07 +0000 (19:42 +0530)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jun 2010 18:48:25 +0000 (20:48 +0200)
Because the variable was getting defined twice.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Acked-by: Andy Fleming <afleming@freescale.com>
include/configs/P1_P2_RDB.h

index a9b4004c367ff1fa658564f99920280d991dc09e..125911f2f853a868baeacea749254a4e5274b096 100644 (file)
@@ -568,7 +568,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
        "netdev=eth0\0"                                         \
        "uboot=" MK_STR(CONFIG_UBOOTPATH) "\0"                          \
        "loadaddr=1000000\0"                    \
-       "bootfile=uImage\0"     \
        "tftpflash=tftpboot $loadaddr $uboot; "                 \
                "protect off " MK_STR(TEXT_BASE) " +$filesize; "        \
                "erase " MK_STR(TEXT_BASE) " +$filesize; "              \