]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Move reading the RAM buffer into a better place
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:47 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commitd02c6f57ab7fb27f0bde41906eb02ae73553e98a
tree9f6f0337b151e377019b9594fa513715f69d804d
parent5fe8bc3cf2d028e7503323d24768bf72b279760b
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>
arch/sandbox/cpu/start.c
arch/sandbox/cpu/state.c