Re: [U-Boot] [PATCH 1/2] dfu: Fix up the Kconfig mess

2018-02-15 Thread Lukasz Majewski
Hi Marek, > On 02/15/2018 01:24 AM, Lukasz Majewski wrote: > > Hi Marek, > > Hi, > > >> Clean up the screaming mess of configuration options that DFU is. > >> It was impossible to configure DFU such that TFTP is enabled and > >> USB is not, this patch fixes that and assures that DFU TFTP and

Re: [U-Boot] [PATCH 1/2] dfu: Fix up the Kconfig mess

2018-02-15 Thread Marek Vasut
On 02/15/2018 01:24 AM, Lukasz Majewski wrote: > Hi Marek, Hi, >> Clean up the screaming mess of configuration options that DFU is. >> It was impossible to configure DFU such that TFTP is enabled and >> USB is not, this patch fixes that and assures that DFU TFTP and >> DFU USB can be enabled

Re: [U-Boot] [PATCH 1/2] dfu: Fix up the Kconfig mess

2018-02-14 Thread Lukasz Majewski
Hi Marek, > Clean up the screaming mess of configuration options that DFU is. > It was impossible to configure DFU such that TFTP is enabled and > USB is not, this patch fixes that and assures that DFU TFTP and > DFU USB can be enabled separatelly and that the correct pieces > of code are

Re: [U-Boot] [PATCH 1/2] dfu: Fix up the Kconfig mess

2018-02-13 Thread Lukasz Majewski
Hi Marek, > Clean up the screaming mess of configuration options that DFU is. > It was impossible to configure DFU such that TFTP is enabled and > USB is not, this patch fixes that and assures that DFU TFTP and > DFU USB can be enabled separatelly and that the correct pieces > of code are

[U-Boot] [PATCH 1/2] dfu: Fix up the Kconfig mess

2018-02-13 Thread Marek Vasut
Clean up the screaming mess of configuration options that DFU is. It was impossible to configure DFU such that TFTP is enabled and USB is not, this patch fixes that and assures that DFU TFTP and DFU USB can be enabled separatelly and that the correct pieces of code are compiled in. Signed-off-by: