Re: [PATCH v2 13/18] bloblist: Add alignment to bloblist_new()

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:53, Raymond Mao wrote: > > From: Simon Glass > > Allow the alignment to be specified when creating a bloblist. > > Signed-off-by: Simon Glass > Signed-off-by: Raymond Mao > --- > common/bloblist.c | 5 +++-- > include/bloblist.h | 3 ++- > test/bloblist.c| 40 +

[PATCH v2 13/18] bloblist: Add alignment to bloblist_new()

2023-11-27 Thread Raymond Mao
From: Simon Glass Allow the alignment to be specified when creating a bloblist. Signed-off-by: Simon Glass Signed-off-by: Raymond Mao --- common/bloblist.c | 5 +++-- include/bloblist.h | 3 ++- test/bloblist.c| 40 ++-- 3 files changed, 27 insertion