ice40: flash reset powerup are done into spiFlash

This commit is contained in:
Gwenhael Goavec-Merou 2021-12-24 11:13:36 +01:00
parent 39ed7ec7f1
commit cbae44e1ee
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ void Ice40::program(unsigned int offset, bool unprotect_flash)
SPIFlash flash(reinterpret_cast<SPIInterface *>(_spi), unprotect_flash,
_quiet);
flash.reset();
flash.power_up();
printf("%02x\n", flash.read_status_reg());
flash.read_id();