diff options
author | Poonam Aggrwal <poonam.aggrwal@freescale.com> | 2010-04-21 11:01:21 +0530 |
---|---|---|
committer | Scott Sweeny <scott.sweeny@timesys.com> | 2010-11-10 14:53:04 -0500 |
commit | fffb0fa52e77ba780b480c982443edd56b8bd24d (patch) | |
tree | 86b82ca842113d44737366c55c693039f7ad0860 | |
parent | 43721c9b3ebc15681a74c65dec2ff529d20101bd (diff) |
not able to modify "$bootfile" environment variable2009.11-p1020-rdb-201004210551
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
-rw-r--r-- | include/configs/P1_P2_RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 55a4faf2d43..1b36b511b96 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; " \ |