On Fri, Jun 20, 2025 at 12:38:16AM +0800, Shiji Yang wrote: > From: Shiji Yang <[email protected]> > > This patchset fixes some compilation errors that I caught in version > v2025.07-rc4 and branch next. If they are acceptable, please apply > them to the master branch. If anyone has a better way to fix these > issues, it's fine to ignore this patchset. > > CI test: https://github.com/u-boot/u-boot/pull/783 > > Shiji Yang (2): > lib: rsa: fix compilation error without openssl > tools/fit_check_sign: make the module dependent on > CONFIG_FIT_SIGNATURE > > include/image.h | 2 +- > lib/rsa/rsa-verify.c | 2 +- > tools/Makefile | 3 ++- > tools/image-host.c | 4 ++-- > 4 files changed, 6 insertions(+), 5 deletions(-)
I think this is fine, or at least it's the right starting point. I do wonder how functional the tooling actually is in the case of TOOLS_IMAGE_PRE_LOAD=y && TOOLS_LIBCRYPTO=n but understanding that, and then likely having to further adjust a number of symbols to capture what is functional and not just what passes a build, can be done as a follow-up. > > Regards, > Shiji Yang > > -- > 2.50.0 > -- Tom
signature.asc
Description: PGP signature

