Re: [U-Boot] [PATCH 3/3] serial: Migrate CONFIG_ARM_DCC to Kconfig

2018-05-28 Thread Michal Simek
Hi, On 7.4.2018 23:27, Tuomas Tynkkynen wrote: > Signed-off-by: Tuomas Tynkkynen > --- > arch/arm/Kconfig| 2 ++ > drivers/serial/Kconfig | 5 + > include/configs/xilinx_zynqmp.h | 1 - > include/configs/zynq-common.h | 2 -- > scripts/config_whitelist.txt| 1 -

Re: [U-Boot] [PATCH 3/3] serial: Migrate CONFIG_ARM_DCC to Kconfig

2018-05-28 Thread Alexey Brodkin
Ooops I meant https://patchwork.ozlabs.org/patch/895969/ here. This one I guess is for Albert or Michal. -Alexey On Mon, 2018-05-28 at 12:33 +0300, Alexey Brodkin wrote: > Hi gents, > > On Sun, 2018-04-08 at 00:27 +0300, Tuomas Tynkkynen wrote: > > Signed-off-by: Tuomas Tynkkynen > > --- > >

Re: [U-Boot] [PATCH 3/3] serial: Migrate CONFIG_ARM_DCC to Kconfig

2018-05-28 Thread Alexey Brodkin
Hi gents, On Sun, 2018-04-08 at 00:27 +0300, Tuomas Tynkkynen wrote: > Signed-off-by: Tuomas Tynkkynen > --- > arch/arm/Kconfig| 2 ++ > drivers/serial/Kconfig | 5 + > include/configs/xilinx_zynqmp.h | 1 - > include/configs/zynq-common.h | 2 -- > scripts/config_

[U-Boot] [PATCH 3/3] serial: Migrate CONFIG_ARM_DCC to Kconfig

2018-04-07 Thread Tuomas Tynkkynen
Signed-off-by: Tuomas Tynkkynen --- arch/arm/Kconfig| 2 ++ drivers/serial/Kconfig | 5 + include/configs/xilinx_zynqmp.h | 1 - include/configs/zynq-common.h | 2 -- scripts/config_whitelist.txt| 1 - 5 files changed, 7 insertions(+), 4 deletions(-) diff --git