
1 Aug
2023
1 Aug
'23
8:55 a.m.
On Mon, 31 Jul 2023 at 20:08, Simon Glass sjg@google.com wrote:
On Mon, 31 Jul 2023 at 08:04, Dan Carpenter dan.carpenter@linaro.org wrote:
Match the "=0x" instead of just "=0".
Signed-off-by: Dan Carpenter dan.carpenter@linaro.org
We sometimes two character partial matching for commands so people can type "re" instead of "read". But here reading two characters doesn't seem correct.
cmd/nvedit_efi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org