commit | c4b145028563d2d77e78a7c5ffdb4a6b22e5a011 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:36 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 039e5b83441b967a188182e8a44d184f26efe5ce | |
parent | dff9043ef785310e1d1ecbe2f3fe61ac43f07d81 [diff] |
spl: Move bloblist writing until the image is known The bloblist should not be finalised until the image is fully set up. This allows any final handoff information to be included in the bloblist. Signed-off-by: Simon Glass <sjg@chromium.org>