]> git.baikalelectronics.ru Git - uboot.git/commit
bloblist: Tidy up the data alignment
authorSimon Glass <sjg@chromium.org>
Sun, 20 Sep 2020 00:49:28 +0000 (18:49 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Oct 2020 15:07:54 +0000 (09:07 -0600)
commit41399dcd778ddcc15950e462b3f3c5307a318d94
tree2eaf7f16494841e8588ff6409255a09e339f7a19
parent8c9f05eb60bc1e7817c1eb001330754f9e25b4c0
bloblist: Tidy up the data alignment

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@chromium.org>
common/bloblist.c
test/bloblist.c