libboard_zynq::flash: configure with sep_bus=1

flash
Astro 2020-01-18 00:57:58 +01:00
parent ea574a18d8
commit 668e3e32ba
1 changed files with 1 additions and 0 deletions

View File

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