commit | 751b7c79634003b4cb326b79e80202ea45b75fc8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 19 18:49:28 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 06 09:07:54 2020 -0600 |
tree | 2eaf7f16494841e8588ff6409255a09e339f7a19 | |
parent | cdd4e30dfcaba706120df340c0c8757d56e48b7a [diff] |
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>