From: John Linn Date: Wed, 30 Nov 2011 01:15:21 +0000 (-0800) Subject: Xilinx: ARM: BSP: updated default to build for ZC770/DC1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71b4f03c8f6927654d87f756e1a3528543ffd39;p=thirdparty%2Fu-boot.git Xilinx: ARM: BSP: updated default to build for ZC770/DC1 The EP107 is now not the default build. --- 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"