forked from M-Labs/zynq-rs
libboard_zynq::flash: configure with sep_bus=1
This commit is contained in:
parent
ea574a18d8
commit
668e3e32ba
|
@ -307,6 +307,7 @@ impl Flash<()> {
|
|||
.mode_en(true)
|
||||
// 2 devices
|
||||
.two_mem(true)
|
||||
.sep_bus(true)
|
||||
.u_page(false)
|
||||
// Linear Addressing Mode
|
||||
.lq_mode(true)
|
||||
|
|
Loading…
Reference in New Issue