From 8cd6f3fe2cd0abd3eab14f62ae6c21b6e660e381 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Tue, 12 May 2020 10:49:58 +0200 Subject: [PATCH] gowin: fix internal flash --- src/gowin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gowin.cpp b/src/gowin.cpp index d7b4faf..7a808f0 100644 --- a/src/gowin.cpp +++ b/src/gowin.cpp @@ -119,8 +119,6 @@ void Gowin::programFlash() return; if (!DisableCfg()) return; - wr_rd(RELOAD, NULL, 0, NULL, 0); - wr_rd(NOOP, NULL, 0, NULL, 0); /* test status a faire */ if (!flashFLASH(data, length)) return;