From: Poonam Aggrwal Date: Wed, 23 Jun 2010 14:12:07 +0000 (+0530) Subject: 85xx/p1_p2_rdb: not able to modify "$bootfile" environment variable X-Git-Tag: v2010.06~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cdc6363f423900645265563d705a0a5a964ae40c;p=u-boot 85xx/p1_p2_rdb: not able to modify "$bootfile" environment variable Because the variable was getting defined twice. Signed-off-by: Poonam Aggrwal Acked-by: Andy Fleming --- diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index a9b4004c36..125911f2f8 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -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; " \