libboard_zynq::flash: configure with sep_bus=1

flash-minimal
Astro 2020-01-18 00:57:58 +01:00
parent acb5207d0e
commit e2ba91b79b
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ impl Flash<()> {
.mode_en(true)
// 2 devices
.two_mem(true)
.sep_bus(true)
.u_page(false)
// Linear Addressing Mode
.lq_mode(true)