Re: [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-22 Thread Lukasz Majewski
On Fri, 21 Aug 2015 18:18:21 -0500 Joe Hershberger wrote: > On Fri, Aug 21, 2015 at 6:11 PM, Lukasz Majewski > wrote: > > On Tue, 18 Aug 2015 19:31:03 -0500 > > Joe Hershberger wrote: > > > >> Hi Lukasz, > >> > >> On Tue, Aug 18, 2015 at 4:28 PM, Lukasz Majewski > >> wrote: > >> > On Tue, 18 A

Re: [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-21 Thread Joe Hershberger
On Fri, Aug 21, 2015 at 6:11 PM, Lukasz Majewski wrote: > On Tue, 18 Aug 2015 19:31:03 -0500 > Joe Hershberger wrote: > >> Hi Lukasz, >> >> On Tue, Aug 18, 2015 at 4:28 PM, Lukasz Majewski >> wrote: >> > On Tue, 18 Aug 2015 10:12:46 -0500 >> > Joe Hershberger wrote: >> > >> >> Hi Lukasz, >> >>

Re: [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-21 Thread Lukasz Majewski
On Tue, 18 Aug 2015 19:31:03 -0500 Joe Hershberger wrote: > Hi Lukasz, > > On Tue, Aug 18, 2015 at 4:28 PM, Lukasz Majewski > wrote: > > On Tue, 18 Aug 2015 10:12:46 -0500 > > Joe Hershberger wrote: > > > >> Hi Lukasz, > >> > >> On Thu, Aug 13, 2015 at 6:02 PM, Lukasz Majewski > >> wrote: > >

Re: [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-18 Thread Joe Hershberger
Hi Lukasz, On Tue, Aug 18, 2015 at 4:28 PM, Lukasz Majewski wrote: > On Tue, 18 Aug 2015 10:12:46 -0500 > Joe Hershberger wrote: > >> Hi Lukasz, >> >> On Thu, Aug 13, 2015 at 6:02 PM, Lukasz Majewski >> wrote: >> > This commit enables support for DFU_TFTP on the am335x bone black >> > device. >

Re: [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-18 Thread Lukasz Majewski
On Tue, 18 Aug 2015 10:12:46 -0500 Joe Hershberger wrote: > Hi Lukasz, > > On Thu, Aug 13, 2015 at 6:02 PM, Lukasz Majewski > wrote: > > This commit enables support for DFU_TFTP on the am335x bone black > > device. > > > > Signed-off-by: Lukasz Majewski > > > > --- > > Changes for v3: > > - Ne

Re: [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-18 Thread Joe Hershberger
Hi Lukasz, On Thu, Aug 13, 2015 at 6:02 PM, Lukasz Majewski wrote: > This commit enables support for DFU_TFTP on the am335x bone black device. > > Signed-off-by: Lukasz Majewski > > --- > Changes for v3: > - New patch > --- > configs/am335x_boneblack_defconfig | 1 + > 1 file changed, 1 inserti

[U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

2015-08-13 Thread Lukasz Majewski
This commit enables support for DFU_TFTP on the am335x bone black device. Signed-off-by: Lukasz Majewski --- Changes for v3: - New patch --- configs/am335x_boneblack_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am335x_boneblack_defconfig b/configs/am335x_boneblack_defc