commit | 22c793ab71159b33bc736fbfcc12622776c614de | [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 | 310487d39c17a81f4373b55168b8037e513064b6 [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>