libboard_zynq: fix flash manual_mode chip_index

tcp-recv-fnmut
Astro 2020-04-10 20:35:42 +02:00
parent 2dda3ca4e6
commit 4b346f5c55
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ impl Flash<()> {
.mode_bits(0xFF)
// 2 devices
.two_mem(true)
.u_page(false)
.u_page(chip_index != 0)
// Quad SPI mode
.lq_mode(false)
);