commit | d02c6f57ab7fb27f0bde41906eb02ae73553e98a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:47 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | 9f6f0337b151e377019b9594fa513715f69d804d | |
parent | 5fe8bc3cf2d028e7503323d24768bf72b279760b [diff] |
sandbox: Move reading the RAM buffer into a better place This should not happen in the argument-parsing function. Move it to the main program. Add some debugging for reading/writing. Signed-off-by: Simon Glass <sjg@chromium.org>