commit | 705cc13ce7a81111b93a11cfff1763e11586f33e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:31 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | 430483fd64799855ec61e0de10a0828ea9f7ec27 | |
parent | 7086a894f091cb8ed03b519ed64c6117a704fe90 [diff] |
test: mbr: Unmap the buffers after use This tests maps some local variables into sandbox's address space. Make sure to unmap them afterwards. Note that the normal approach with sandbox is to use a fixed memory address in the RAM, to avoid needing to create a map for transient local variables. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 04291ee0aba ("cmd: mbr: Allow 4 MBR partitions without need...")