commit | 62a1bd271e709cc9b7225602e4dbcc362816f07b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:00 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 15:58:03 2025 -0600 |
tree | 1176ee22fce6c626a3c15bc865d81fbdce26ec11 | |
parent | dc020a24d815e2068c7c0d21dd8358219a4e2c78 [diff] |
bloblist: Make BLOBLIST_ALLOC the default We want to encourage people to use an allocated bloblist since it is more flexible than a fixed one. Make this the default, being sure not to change existing users. The unit tests require BLOBLIST_FIXED so add a dependency in the Makefile to avoid build errors. All sandbox builds require BLOBLIST_FIXED so make that the default for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>