]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bloblist / handoff: Make this depend on BLOBLIST_FIXED
authorTom Rini <trini@konsulko.com>
Tue, 19 May 2026 16:20:54 +0000 (10:20 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2026 15:30:28 +0000 (09:30 -0600)
commit679eb25fb8fd75bc6877e8c03f264bf80f71a4b9
tree1a45b3f43a79409b663852336a2367b844a2561a
parente81c552171d8793f872f2ff2de1e07bd1d9949cf
bloblist / handoff: Make this depend on BLOBLIST_FIXED

Currently, the only way we support passing a bloblist from one stage to
the next is via the BLOBLIST_FIXED mechanism. Update the Kconfig logic
to express this constraint.

Reviewed-by: Raymond Mao <raymondmaoca@gmail.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig