Hi Heinrich,
On 2/25/26 8:37 AM, Heinrich Schuchardt wrote:
Symbol CONFIG_VPL_CRYPTO does not exist.
Correct but I have a hunch this was based off of SPL_FIT_SIGNATURE which
does require crypto support, so I'm assuming VPL would too.
But this symbol indeed never existed, and even if it did, it wouldn't
compile anything else as far as I can tell since drivers/crypto is
enabled by default in proper and only if CONFIG_SPL_CRYPTO is set for
SPL, and only SPL (checking for !TPL and !VPL)... so something feels
unfinished with VPL here to me.
I'm not sure we're improving anything there but I don't think it makes
things worse, as such
Fixes: 4218456b3fac ("vbe: Add Kconfig options for VPL")
Reviewed-by: Quentin Schulz <[email protected]>
Thanks!
Quentin