gowin: fix gw1n external flash access
This commit is contained in:
parent
1dbc9e664b
commit
2093ce7520
|
|
@ -1152,6 +1152,9 @@ bool Gowin::prepare_flash_access()
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (!is_gw2a) {
|
} else if (!is_gw2a) {
|
||||||
|
if (!enableCfg()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
send_command(0x3D);
|
send_command(0x3D);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue