This NAND boot block layout is inherited from previous i.MX processors whose target boot image size is several MB which cannot fit into a single physical NAND block. Using this layout simplifies the work for ROM to search for primary & secondary FCB and DBBT.
According to reference manual, "The search area contains copies of the FCB at each stride distance, so in case the first NAND block becomes corrupted, the ROM will find its copy in the next NAND block. The search area should span over at least two NAND blocks". Otherwise, i.MX6 does not boot if the search area is within a single block and the block is bad.
The size of search area can be adjusted by changing either stride size or the boot search count.