'xpele.h' configuration header updated so that U-boot uses UART1 if
CONFIG_ZYNQ is defined, UART0 otherwise (conditional compilation).
#define CONFIG_XDF 1 /* Board */
#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
#include "../board/xilinx/dfe/xparameters.h"
#define CONFIG_XDF_UART 1
#define CONFIG_XDF_ETH 1
#define CONFIG_XDF_RTC 1
-#define CONFIG_UART0 1
+#ifdef CONFIG_EP107
+# define CONFIG_UART0 1
+#else
+# define CONFIG_UART1 1
+#endif
#define CONFIG_TTC0 1
#define CONFIG_GEM0 1