
2 Dec
2023
2 Dec
'23
7:31 p.m.
On Mon, 27 Nov 2023 at 12:52, Raymond Mao raymond.mao@linaro.org wrote:
From: Simon Glass sjg@chromium.org
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 Signed-off-by: Raymond Mao raymond.mao@linaro.org
common/bloblist.c | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
I am not comfortable with this approach as it makes it more complicated to reused unused areas, but it is what we have ended up with.