From e71b4f03c8f6927654d87f756e1a3528543ffd39 Mon Sep 17 00:00:00 2001 From: John Linn Date: Tue, 29 Nov 2011 17:15:21 -0800 Subject: [PATCH] Xilinx: ARM: BSP: updated default to build for ZC770/DC1 The EP107 is now not the default build. --- include/configs/xpele.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/xpele.h b/include/configs/xpele.h index f9fbae0ac5d..baa82285004 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -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" -- 2.47.3