]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: improve string matching for hex
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 31 Jul 2023 14:03:59 +0000 (17:03 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 8 Aug 2023 21:41:52 +0000 (17:41 -0400)
commit0c0d471e2be018342fd191892e1cccc2231db90b
treea6ea6f99a902709a6730019307110c122197a291
parent1678e269c565fc47daf09e79e5a4fdfe59e20870
cmd: improve string matching for hex

Match the "=0x" instead of just "=0".

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Heinrich.Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/nvedit_efi.c