diff options
author | Poonam Aggrwal <poonam.aggrwal@freescale.com> | 2010-06-23 19:42:07 +0530 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-29 20:48:25 +0200 |
commit | cdc6363f423900645265563d705a0a5a964ae40c (patch) | |
tree | 4433482398e2192530750a8370f3f8c53fa08a93 /include | |
parent | 4ccd5510e50b5675227a1fe0e5ca099d333f637d (diff) | |
download | bootable_bootloader_goldelico_gta04-cdc6363f423900645265563d705a0a5a964ae40c.zip bootable_bootloader_goldelico_gta04-cdc6363f423900645265563d705a0a5a964ae40c.tar.gz bootable_bootloader_goldelico_gta04-cdc6363f423900645265563d705a0a5a964ae40c.tar.bz2 |
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.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 a9b4004..125911f 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; " \ |