]> Git Repo - J-u-boot.git/commit
test: mbr: Use RAM for the buffers
authorSimon Glass <[email protected]>
Sun, 1 Sep 2024 22:26:33 +0000 (16:26 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
test/cmd/mbr.c
This page took 0.030082 seconds and 4 git commands to generate.