NAND was not being built for EP107. A new header file will
be added for Zynq so that xpele.h will remain for EP107.
/* Select board: comment out all but one. */
-//#define CONFIG_EP107 1
-#define CONFIG_ZC770_XM010
+#define CONFIG_EP107 1
+//#define CONFIG_ZC770_XM010
//#define CONFIG_ZC770_XM011
//#define CONFIG_ZC770_XM010_XM011
/*
* NAND Flash settings
*/
-#if defined(CONFIG_ZC770_XM011) || defined(CONFIG_ZC770_XM010_XM011)
+#if defined(CONFIG_ZC770_XM011) || defined(CONFIG_ZC770_XM010_XM011) || defined (CONFIG_EP107)
#define CONFIG_CMD_NAND
#define CONFIG_CMD_NAND_LOCK_UNLOCK
#define CONFIG_SYS_MAX_NAND_DEVICE 1