Re: [U-Boot] [PATCH v2 4/7] cmd/bdinfo: extract print_bi_flash

2016-07-31 Thread Simon Glass
On 27 July 2016 at 18:57, Max Filippov wrote: > print_bi_flash outputs flashstart, flashsize and flashoffset lines. > > Signed-off-by: Max Filippov > --- > cmd/bdinfo.c | 54 +++--- > 1 file changed, 27 insertions(+), 27 deletions(-) Reviewed-by:

Re: [U-Boot] [PATCH v2 4/7] cmd/bdinfo: extract print_bi_flash

2016-07-29 Thread Tom Rini
On Thu, Jul 28, 2016 at 03:57:21AM +0300, Max Filippov wrote: > print_bi_flash outputs flashstart, flashsize and flashoffset lines. > > Signed-off-by: Max Filippov Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Bo

[U-Boot] [PATCH v2 4/7] cmd/bdinfo: extract print_bi_flash

2016-07-27 Thread Max Filippov
print_bi_flash outputs flashstart, flashsize and flashoffset lines. Signed-off-by: Max Filippov --- cmd/bdinfo.c | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index c8a0511..0bef930 100644