]> git.dujemihanovic.xyz Git - u-boot.git/commit
bloblist: Handle alignment with a void entry
authorSimon Glass <sjg@chromium.org>
Wed, 27 Dec 2023 21:07:06 +0000 (13:07 -0800)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
commitf9ef9fb033d5ea29d0a72349fea9d0e55a528d36
tree0e8b7b49a970e479a8d0eb542301a368697a0f10
parent997dac6edebe5b82f4d6f9b90753f0af6e9d04f0
bloblist: Handle alignment with a void entry

Rather than setting the alignment using the header size, add an entirely
new entry to cover the gap left by the alignment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Co-developed-by: Raymond Mao <raymond.mao@linaro.org>
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
common/bloblist.c