Thanks for the reply.
The processor part no which we are using is MCIMX6D7CVT08AE and the SPI NOR FLASH part no is MX66L51235FZ2I-10G sourced from Macronix.
We have referred Reference Manual document Boot chapter no 8 and section 8.5 specific for SPI NOR Flash boot configuration and set the following coniguration for BOOT PINS:
1) Boot configuration pins for BOOT_CONFIG[1:4][7:0] when serial ROM and ECSPI3 controller are selected is shown below:
00110000 00000000 00000000 00001010.
2) Boot mode selected is BOOT_MODE[1:0] as 0x10 boot from internal mode option is selected.
With the above configuration and SPI NOR FLASH is preloaded with SPL of 1KB @ 0x400 address. When we switch on the board uboot doesn't appear we try to probe the DISPO_DAT0 (clk) line during power up we see no clock on the line.
Could you please let us know whether our configuration is correct or not and are we missing anything?