
3 Mar
2021
3 Mar
'21
8:10 p.m.
On Sat, Feb 06, 2021 at 09:57:34AM -0700, Simon Glass wrote:
Sandbox provides a way to write out its emulated memory on exit. This makes it possible to pass a bloblist from one phase (e.g. SPL) to the next.
However the bloblist is not closed off, so the checksum is generally invalid. Fix this by finishing up the bloblist before writing the memory file.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/next, thanks!
--
Tom