]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: binop: Use hex2bin
authorMario Six <mario.six@gdsys.cc>
Mon, 28 Jan 2019 08:43:43 +0000 (09:43 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:52:34 +0000 (07:52 +0200)
commit46299d447604c223fd33f85d3ab0d57ccd93cba4
treef304aaa9286a906c68ad8cb0c27ad28ca28b5932
parent701dfc4ba93fcb50f8de96d85553edb7e8e61b71
cmd: binop: Use hex2bin

Use the new hex2bin function in the binop command instead of converting
the data manually.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/binop.c