From cbae44e1ee25d641c17ec71eedb0bde52c440949 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Fri, 24 Dec 2021 11:13:36 +0100 Subject: [PATCH] ice40: flash reset powerup are done into spiFlash --- src/ice40.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ice40.cpp b/src/ice40.cpp index 7076805..6d09a14 100644 --- a/src/ice40.cpp +++ b/src/ice40.cpp @@ -75,8 +75,6 @@ void Ice40::program(unsigned int offset, bool unprotect_flash) SPIFlash flash(reinterpret_cast(_spi), unprotect_flash, _quiet); - flash.reset(); - flash.power_up(); printf("%02x\n", flash.read_status_reg()); flash.read_id();