Re: [U-Boot] [PATCH v2] cbfs: Fix incorrect CBFS file header size being used

2016-08-08 Thread Bin Meng
On Tue, Aug 9, 2016 at 11:32 AM, Bin Meng wrote: > From: Yaroslav K > > This fixes incorrect filenames in cbfsls output. > > Signed-off-by: Yaroslav K. > Reviewed-by: Simon Glass > [clean up checkpatch errors and warnings] > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Clean up check

[U-Boot] [PATCH v2] cbfs: Fix incorrect CBFS file header size being used

2016-08-08 Thread Bin Meng
From: Yaroslav K This fixes incorrect filenames in cbfsls output. Signed-off-by: Yaroslav K. Reviewed-by: Simon Glass [clean up checkpatch errors and warnings] Signed-off-by: Bin Meng --- Changes in v2: - Clean up checkpatch errors and warnings fs/cbfs/cbfs.c | 8 1 file changed,