Fix typos in boot/Kconfig.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
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.
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