
21 Oct
2021
21 Oct
'21
8:49 p.m.
From: Marek BehĂșn marek.behun@nic.cz
Copy the value of the found variable into given buffer with memcpy() instead of ad-hoc code.
Signed-off-by: Marek BehĂșn marek.behun@nic.cz Reviewed-by: Simon Glass sjg@chromium.org --- cmd/nvedit.c | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-)
Applied to u-boot-dm, thanks!