gowin: fix internal flash
This commit is contained in:
parent
564785c2d1
commit
8cd6f3fe2c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue