efinix: remove verbose comparison

This commit is contained in:
Gwenhael Goavec-Merou 2023-07-30 07:28:29 +02:00
parent 76f84c1190
commit 469e1c3669
1 changed files with 1 additions and 1 deletions

View File

@ -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);