提交 cdc6363f 编写于 作者: P Poonam Aggrwal 提交者: Wolfgang Denk

85xx/p1_p2_rdb: not able to modify "$bootfile" environment variable

Because the variable was getting defined twice.
Signed-off-by: NPoonam Aggrwal <poonam.aggrwal@freescale.com>
Acked-by: NAndy Fleming <afleming@freescale.com>
上级 4ccd5510
......@@ -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; " \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册