bloblist: Make BLOBLIST_ALLOC the default
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:00 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 21:58:03 +0000 (15:58 -0600)
commit864106f3c477052dae932d80a89522532efe76fe
tree1176ee22fce6c626a3c15bc865d81fbdce26ec11
parent6f1b27a724b0d75bf89cc0f8be95fc3bcb4d4fe8
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>
common/Kconfig
configs/chromebook_bob_defconfig
configs/chromebook_coral_defconfig
configs/chromebook_kevin_defconfig
configs/chromebook_samus_tpl_defconfig
configs/qemu-x86_64_defconfig
test/common/Makefile