Hi,
We are using evaluation board IMXRT1050-EVKB and trying to boot from the secondary FlexSPI pins:
| GPIO_AD_B1_08 |
| GPIO_AD_B1_09 |
| GPIO_AD_B1_10 |
| GPIO_AD_B1_11 |
| GPIO_AD_B1_12 |
| GPIO_AD_B1_13 |
| GPIO_AD_B1_14 |
| GPIO_AD_B1_15 |
We soldered a Flash to those pins:

Our board's configuration:
BOOT_MODE[1:0]= 10 (internal boot)
BOOT_CGG[10:8]= 111

Why does the internal boot still occur from Flash U33 (primary pins) and not from the secondary pins?
Should we do something else besides the HW setup I have mentioned?