]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: mbr: Use RAM for the buffers
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:33 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:01:00 +0000 (13:01 -0600)
commit6cfc777b9695003c4303a9e61194fe2c64af40e3
tree9bda75c417f96714b24ce7f67096fc58f4d1d593
parente9d899591c7b1cf9661a22a66e0f1c41f37eaeb9
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>
test/cmd/mbr.c