summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2010-06-23 19:42:07 +0530
committerWolfgang Denk <wd@denx.de>2010-06-29 20:48:25 +0200
commitcdc6363f423900645265563d705a0a5a964ae40c (patch)
tree4433482398e2192530750a8370f3f8c53fa08a93 /include
parent4ccd5510e50b5675227a1fe0e5ca099d333f637d (diff)
downloadblackbird-obmc-uboot-cdc6363f423900645265563d705a0a5a964ae40c.tar.gz
blackbird-obmc-uboot-cdc6363f423900645265563d705a0a5a964ae40c.zip
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> Acked-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/P1_P2_RDB.h1
1 files changed, 0 insertions, 1 deletions
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; " \
OpenPOWER on IntegriCloud