On 19.2.2016 21:55, Simon Glass wrote: > Hi Michal, > > On 18 February 2016 at 09:01, Michal Simek <michal.si...@xilinx.com> wrote: >> Compile DCC serial driver by default. >> >> Signed-off-by: Michal Simek <michal.si...@xilinx.com> >> --- >> >> include/configs/xilinx_zynqmp.h | 9 +++------ >> include/configs/zynq-common.h | 8 ++------ >> 2 files changed, 5 insertions(+), 12 deletions(-) >> >> diff --git a/include/configs/xilinx_zynqmp.h >> b/include/configs/xilinx_zynqmp.h >> index 28622dec1882..8a9ad03cb102 100644 >> --- a/include/configs/xilinx_zynqmp.h >> +++ b/include/configs/xilinx_zynqmp.h >> @@ -53,12 +53,9 @@ >> #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x2000000) >> >> /* Serial setup */ >> -#if defined(CONFIG_ZYNQMP_DCC) >> -# define CONFIG_ARM_DCC >> -# define CONFIG_CPU_ARMV8 >> -#else >> -# define CONFIG_ZYNQ_SERIAL >> -#endif >> +#define CONFIG_ARM_DCC >> +#define CONFIG_CPU_ARMV8 >> +#define CONFIG_ZYNQ_SERIAL > > Can some of these go in either the board _defconfig files or as a > 'default y' in Zynq's Kconfig?
They will go to defconfig for sure. I wanted to clear this here first. There will be patches about DT binding and Kconfig entries. I need to review all drivers which were moved to DM and config cleanups will be the part of it. Also with adding more boards for ZynqMP and cleanup existing zynq one. Thanks, Michal _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot