From: Siva Durga Prasad Paladugu Date: Sat, 6 Jun 2015 09:38:15 +0000 (+0530) Subject: zynqmp: Enable uart dcc support for zynqmp X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45d50a240ee476fdda937389e0fca9eb50cd3f3f;p=thirdparty%2Fu-boot.git zynqmp: Enable uart dcc support for zynqmp Enable uart dcc support for zynqmp if CONFIG_FLASH_QSPI or CONFIG_FLASH_NAND defined in config Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 8828cd85af0..9c846e239c1 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -54,7 +54,14 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x800000) /* Serial setup */ -#define CONFIG_ZYNQ_SERIAL +#if defined(CONFIG_ZYNQ_DCC) +# define CONFIG_ARM_DCC +# define CONFIG_CPU_ARMV8 +#else +# if defined(CONFIG_ZYNQ_SERIAL_UART0) || defined(CONFIG_ZYNQ_SERIAL_UART1) +# define CONFIG_ZYNQ_SERIAL +# endif +#endif #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 115200