[PATCH v5 07/11] bloblist: Handle alignment with a void entry
Simon Glass
sjg at chromium.org
Mon Jan 1 17:53:20 CET 2024
From: Simon Glass <sjg at 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 at chromium.org>
Co-developed-by: Raymond Mao <raymond.mao at linaro.org>
Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
Reviewed-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
Changes in v5
- Optimize how to calculate the new allocated size.
common/bloblist.c | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list