diff options
author | Matthias Fuchs | 2011-11-24 16:39:15 +0100 |
---|---|---|
committer | Marek Vasut | 2011-12-02 10:56:21 +0100 |
commit | 7c9543f3ae61a25cc70eceeebb3860d17cce0277 (patch) | |
tree | 36539a4a6c4218522d36963dca6775d2eba9577a /board/esd | |
parent | 7708d8b352e9e595f6f08afd3206af6495c7dc09 (diff) |
board/esd/common/xilinx_jtag_micro.c: Fix GCC 4.6 warning
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/common/xilinx_jtag/micro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/esd/common/xilinx_jtag/micro.c b/board/esd/common/xilinx_jtag/micro.c index 9823e5e8a73..cba33b8123e 100644 --- a/board/esd/common/xilinx_jtag/micro.c +++ b/board/esd/common/xilinx_jtag/micro.c @@ -1831,7 +1831,6 @@ int xsvfExecute(void) int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { int iErrorCode; - char* pzXsvfFileName; unsigned long duration; unsigned long long startClock, endClock; @@ -1847,7 +1846,6 @@ int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) } iErrorCode = XSVF_ERRORCODE( XSVF_ERROR_NONE ); - pzXsvfFileName = 0; xsvf_iDebugLevel = 0; printf("XSVF Player v%s, Xilinx, Inc.\n", XSVF_VERSION); |