[U-Boot] [PATCH] [Bugfix] 85xx/p1_p2_rdb: not able to modify "$bootfile" environment variable

Because the variable was getting defined twice. Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com --- 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 4f72f36..02e5281 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -674,7 +674,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; " \

On Wed, Jun 23, 2010 at 9:12 AM, Poonam Aggrwal poonam.aggrwal@freescale.com wrote:
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 | 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 4f72f36..02e5281 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -674,7 +674,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; " \ -- 1.5.6.5
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Dear Poonam Aggrwal,
In message 1277302327-14729-1-git-send-email-poonam.aggrwal@freescale.com you wrote:
Because the variable was getting defined twice. Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com
include/configs/P1_P2_RDB.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Andy Fleming
-
Poonam Aggrwal
-
Wolfgang Denk