Re: [U-Boot] [PATCH] Bug in cbfs

2016-08-08 Thread Bin Meng
Hi Yaroslav, On Mon, Aug 8, 2016 at 4:31 PM, Yaroslav K. wrote: > Hi Bin. > > Could you please create proper patch yourself? The changes are trivial > anyway, so it doesn't matter who author is. > > -- > Yaroslav OK, will keep your SoB and clean up this patch. Regards, Bin _

Re: [U-Boot] [PATCH] Bug in cbfs

2016-08-08 Thread Yaroslav K.
Hi Bin. Could you please create proper patch yourself? The changes are trivial anyway, so it doesn't matter who author is. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Bug in cbfs

2016-08-05 Thread Bin Meng
Hi Yaroslav, On Fri, Jul 22, 2016 at 6:21 PM, Yaroslav K. wrote: > cbfs: Fix incorrect CBFS file header size being used Please make this the email title of this patch. > > This fixes incorrect filenames in cbfsls output. > > Signed-off-by: Yaroslav K. > --- > fs/cbfs/cbfs.c | 6 +++--- > 1 fi

Re: [U-Boot] [PATCH] Bug in cbfs

2016-07-22 Thread Simon Glass
On 22 July 2016 at 04:21, Yaroslav K. wrote: > cbfs: Fix incorrect CBFS file header size being used > > This fixes incorrect filenames in cbfsls output. > > Signed-off-by: Yaroslav K. > --- > fs/cbfs/cbfs.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass