Dear Joan:
Thanks for your reply,
In U-Boot 2015.04-14526, I want to use GIGADEVICE GD25Q16B SPI NORFLASH.
What I had done is:
1,add chip config in uboot/drviers/mtd/spi/sf_params.c
2, set SYS_BOOT_SPINOR in uboot/configs/mx6sabreautoandroid_defconfig
3,choose spi chip 、cspi0 and cs0 in config files
4,setup spi iomux in mx6qsabreauto.c
But it still does't work, I also do boot from sd card,By got 000 with command "sf probe"
Any other steps should I do?
Does ECSPI0 clock requires configured in setup_spinor?
I don't know the process to develop spinor....