mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-22 14:17:49 +02:00
ice40: flash reset powerup are done into spiFlash
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user