[PATCH 3/5] bloblist: Tidy up the data alignment
Simon Glass
sjg at chromium.org
Mon Oct 5 23:32:37 CEST 2020
The intention which bloblists is that each blob's data is aligned in
memory. At present it is only the headers that are aligned.
Update the code to correct this and add a little more documentation.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
common/bloblist.c | 32 ++++++++++++++++++++++++++------
test/bloblist.c | 38 +++++++++++++++++++++++++++++++++++++-
2 files changed, 63 insertions(+), 7 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list