commit | a473766cce44882237e567bcd58f7559ecdd0440 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sun Oct 17 17:36:36 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 21 12:50:48 2021 -0600 |
tree | 17e9fe102e3c356888568acfa17613c5d740a4fe | |
parent | 3112ce0ce8195880aec5e9373434a85e21c3e1af [diff] |
env: Use memcpy() instead of ad-hoc code to copy variable value 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>