]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: fix NAND for EP107 and make EP107 the default build
authorJohn Linn <john.linn@xilinx.com>
Sun, 4 Mar 2012 07:17:18 +0000 (23:17 -0800)
committerJohn Linn <john.linn@xilinx.com>
Sun, 4 Mar 2012 07:18:52 +0000 (23:18 -0800)
NAND was not being built for EP107. A new header file will
be added for Zynq so that xpele.h will remain for EP107.

include/configs/xpele.h

index 85ced1d49bab0bc4683a1e7163b887996e684cfd..34a308e1647d18f4a110e1e2f652fb335277b1ad 100644 (file)
@@ -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
 
 /*
  * 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