]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Move bloblist writing until the image is known
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:36 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commita17e1e76c8984396b82b2b20a1bf9d4e7160182a
tree039e5b83441b967a188182e8a44d184f26efe5ce
parent2354daaf3946b5d0eefc8c8c87b007b480680df5
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>
common/spl/spl.c