gowin: fix internal flash

This commit is contained in:
Gwenhael Goavec-Merou 2020-05-12 10:49:58 +02:00
parent 564785c2d1
commit 8cd6f3fe2c
1 changed files with 0 additions and 2 deletions

View File

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