commit | 42f5ffb2396a32ccf819e0f43fd5050d6e2662ef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:29 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | 688abf8113824b9b753bdfba67e83968bfe5e662 | |
parent | cc6a1b690257b333c38a1d9bd20d861f6ce7faf1 [diff] |
read: Tidy up use of map_sysmem() in the read command Rename the variable to 'ptr' since it is a pointer, not an address. Make sure to unmap the pointer. Signed-off-by: Simon Glass <sjg@chromium.org>