Hi,
How to enable NAND driver in u-boot in Processor SDK. I have enabled CONFIG_NAND and added the below lines in ti_armv7_common.h
#define CONFIG_NAND_OMAP_GPMC
#ifndef CONFIG_SYS_NAND_BASE
#define CONFIG_SYS_NAND_BASE 0x8000000
#endif
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_CMD_NAND
#define CONFIG_MTD_DEVICE /* Required for mtdparts */
#define CONFIG_CMD_MTDPARTS
But still in u-boot prompt when i am executing mtdparts command i am getting nothing.
Thanks & Regards,
Ganesh