On Sat, Sep 25, 2021 at 07:43:23PM -0600, Simon Glass wrote: > Add a host Kconfig for FIT_RSASSA_PSS. With this we can use > CONFIG_IS_ENABLED(FIT_RSASSA_PSS) directly in the host build, so drop the > forcing of this in the image.h header. > > Drop the #ifdef around padding_pss_verify() too since it is not needed. > Use the compiler to check the config where possible, instead of the > preprocessor. > > Signed-off-by: Simon Glass > Reviewed-by: Alexandru Gagniuc Applied to u-boot/master, thanks! -- Tom