Re: [U-Boot] [PATCH 2/2] cmd: binop: Use hex2bin

2019-03-29 Thread Mario Six
On Thu, Jan 31, 2019 at 11:04 AM Simon Glass wrote: > > On Mon, 28 Jan 2019 at 01:44, Mario Six wrote: > > > > Use the new hex2bin function in the binop command instead of converting > > the data manually. > > > > Signed-off-by: Mario Six > > --- > > cmd/binop.c | 28

Re: [U-Boot] [PATCH 2/2] cmd: binop: Use hex2bin

2019-01-31 Thread Simon Glass
On Mon, 28 Jan 2019 at 01:44, Mario Six wrote: > > Use the new hex2bin function in the binop command instead of converting > the data manually. > > Signed-off-by: Mario Six > --- > cmd/binop.c | 28 +++- > 1 file changed, 3 insertions(+), 25 deletions(-) Reviewed-by:

[U-Boot] [PATCH 2/2] cmd: binop: Use hex2bin

2019-01-28 Thread Mario Six
Use the new hex2bin function in the binop command instead of converting the data manually. Signed-off-by: Mario Six --- cmd/binop.c | 28 +++- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/cmd/binop.c b/cmd/binop.c index be780bffd7b..116a2c0d554 100644