efinix: remove verbose comparison
This commit is contained in:
parent
76f84c1190
commit
469e1c3669
|
|
@ -108,7 +108,7 @@ Efinix::Efinix(Jtag* jtag, const std::string &filename,
|
|||
|
||||
/* 5: open SPI interface */
|
||||
_spi = new FtdiSpi(spi_cable, spi_board->spi_pins_config,
|
||||
jtag->getClkFreq(), verbose > 0);
|
||||
jtag->getClkFreq(), verbose);
|
||||
|
||||
/* 6: configure pins direction and default state */
|
||||
init_common(prg_type);
|
||||
|
|
|
|||
Loading…
Reference in New Issue