commit | 2ca519bff67c3dcea7c4163857b0222e2f024359 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:33 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | 9bda75c417f96714b24ce7f67096fc58f4d1d593 | |
parent | a8c12527315b5cae8898b02829f2f8d24dbaaac8 [diff] |
test: mbr: Use RAM for the buffers 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. Update this test to use this approach. Signed-off-by: Simon Glass <sjg@chromium.org>