mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 20:11:32 +00:00
board/esd/common/xilinx_jtag_micro.c: Fix GCC 4.6 warning
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
This commit is contained in:
parent
7708d8b352
commit
7c9543f3ae
1 changed files with 0 additions and 2 deletions
|
@ -1831,7 +1831,6 @@ int xsvfExecute(void)
|
||||||
int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||||
{
|
{
|
||||||
int iErrorCode;
|
int iErrorCode;
|
||||||
char* pzXsvfFileName;
|
|
||||||
unsigned long duration;
|
unsigned long duration;
|
||||||
unsigned long long startClock, endClock;
|
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 );
|
iErrorCode = XSVF_ERRORCODE( XSVF_ERROR_NONE );
|
||||||
pzXsvfFileName = 0;
|
|
||||||
xsvf_iDebugLevel = 0;
|
xsvf_iDebugLevel = 0;
|
||||||
|
|
||||||
printf("XSVF Player v%s, Xilinx, Inc.\n", XSVF_VERSION);
|
printf("XSVF Player v%s, Xilinx, Inc.\n", XSVF_VERSION);
|
||||||
|
|
Loading…
Add table
Reference in a new issue