]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: BSP: updated default to build for ZC770/DC1
authorJohn Linn <john.linn@xilinx.com>
Wed, 30 Nov 2011 01:15:21 +0000 (17:15 -0800)
committerJohn Linn <john.linn@xilinx.com>
Wed, 30 Nov 2011 01:15:21 +0000 (17:15 -0800)
The EP107 is now not the default build.

include/configs/xpele.h

index f9fbae0ac5dbf66f56624d2b17b3f96c61c366dc..baa822850046141a021c0e1d3bc0d3cb8f094b93 100644 (file)
@@ -11,7 +11,7 @@
 #define CONFIG_DFE             1 /* Board sub-type ("flavor"?) */
 #define CONFIG_PELE            1 /* SoC? */
 /* Select target configuration: comment out for ZC770 instead of EP107. */
-#define CONFIG_EP107           1
+//#define CONFIG_EP107         1
 
 #ifdef CONFIG_EP107
 # include "../board/xilinx/dfe/xparameters.h"