From c8637b749620bb83df93e5e580f65bff7ee0571e Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Fri, 24 Oct 2025 17:12:00 +0200 Subject: boot: kconfig: Fix typos Fix typos in boot/Kconfig. Reviewed-by: Simon Glass Signed-off-by: Wolfgang Wallner --- boot/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot') diff --git a/boot/Kconfig b/boot/Kconfig index 022ec05de0a..9adb051400f 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1780,7 +1780,7 @@ menu "Image support" config IMAGE_PRE_LOAD bool "Image pre-load support" help - Enable an image pre-load stage in the SPL. + Enable an image pre-load stage. This pre-load stage allows to do some manipulation or check (for example signature check) on an image before launching it. @@ -1812,7 +1812,7 @@ config IMAGE_PRE_LOAD_SIG u-boot. config SPL_IMAGE_PRE_LOAD_SIG - bool "Image pre-load signature support witin SPL" + bool "Image pre-load signature support within SPL" depends on SPL_IMAGE_PRE_LOAD && IMAGE_PRE_LOAD_SIG select SPL_FIT_SIGNATURE select SPL_RSA -- cgit v1.2.3 From 296f9eac9ffa1afa0e60906fe2bc3ba83222def9 Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Fri, 24 Oct 2025 17:12:03 +0200 Subject: boot: Fix typo Fix a typo in image-fit.c. Reviewed-by: Simon Glass Signed-off-by: Wolfgang Wallner --- boot/image-fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/image-fit.c b/boot/image-fit.c index 41ab1f552b0..2f2d3e9304d 100644 --- a/boot/image-fit.c +++ b/boot/image-fit.c @@ -1662,7 +1662,7 @@ int fit_check_format(const void *fit, ulong size) if (CONFIG_IS_ENABLED(FIT_FULL_CHECK)) { /* - * If we are not given the size, make do wtih calculating it. + * If we are not given the size, make do with calculating it. * This is not as secure, so we should consider a flag to * control this. */ -- cgit v1.2.3