From: Siva Durga Prasad Paladugu Date: Wed, 10 Jun 2015 10:20:59 +0000 (+0530) Subject: zynqmp: Provide option to enable uart dcc support for zynqmp X-Git-Tag: v2015.10-rc1~28^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b0d18beedb83cebd9290a27794da93cdea3529c5;p=oweals%2Fu-boot.git zynqmp: Provide option to enable uart dcc support for zynqmp Provide option to enable uart dcc support for zynqmp This config can be enabled as per board config file. 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 fbd68f7128..8cb276ca70 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -52,7 +52,14 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x400000) /* Serial setup */ -#define CONFIG_ZYNQ_SERIAL +#if defined(CONFIG_ZYNQMP_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