hi. i have some problem in using nand flash for data storage in imx7dsabresd board.
i want to use nand in u-boot code so i read some docs and add this config to mx7dsabresd.h:
==============================
#define CONFIG_SYS_NAND_SELF_INIT
#define CONFIG_NAND_MXS y
#ifdef CONFIG_NAND_MXS
/* NAND stuff */
.
.
==============================
so when i build u-boot for mx7d only setup_gpmi_nand called (for setup pads). now i want to init nand_driver in u-boot but i cant find any start point. do i need other configuration setting?
or which nand_init i need to use? for example in mtd/raw/ directory files not compiled? do i need other configuration for compile them?