From fffb0fa52e77ba780b480c982443edd56b8bd24d Mon Sep 17 00:00:00 2001 From: Poonam Aggrwal Date: Wed, 21 Apr 2010 11:01:21 +0530 Subject: not able to modify "$bootfile" environment variable Signed-off-by: Poonam Aggrwal --- include/configs/P1_P2_RDB.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 55a4faf2d4..1b36b511b9 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -667,7 +667,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; " \ -- cgit v1.2.3