commit | 7579295f5ba8d39f2464fd9d6f09cee6f980fab2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:28 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | 64a5ecc6964356b41789c0c7d4723cf374cf6e34 | |
parent | fd3322640c3a542d5f5989a36ca6c44076abab09 [diff] |
mmc: Use map_sysmem() with buffers in the mmc command The current implementation casts an address to a pointer. Make it more sandbox-friendly by using map_sysmem(). Rename the variable to 'ptr' since it is a pointer, not an address. Signed-off-by: Simon Glass <sjg@chromium.org>