From: John Linn Date: Sun, 4 Mar 2012 07:17:18 +0000 (-0800) Subject: Xilinx: ARM: fix NAND for EP107 and make EP107 the default build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a32e489b17a3a9f28d6f3031dc21e5f4dcc40af;p=thirdparty%2Fu-boot.git Xilinx: ARM: fix NAND for EP107 and make EP107 the default build NAND was not being built for EP107. A new header file will be added for Zynq so that xpele.h will remain for EP107. --- diff --git a/include/configs/xpele.h b/include/configs/xpele.h index 85ced1d49ba..34a308e1647 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -13,8 +13,8 @@ /* 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 @@ -219,7 +219,7 @@ /* * 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