Re: [PATCH v2 10/18] bloblist: Handle alignment with a void entry

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:52, Raymond Mao wrote: > > From: Simon Glass > > 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 > Signed-off-by: Raymond Mao > --- > common/bloblist.c | 23 +++

[PATCH v2 10/18] bloblist: Handle alignment with a void entry

2023-11-27 Thread Raymond Mao
From: Simon Glass 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 Signed-off-by: Raymond Mao --- common/bloblist.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(