mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
boot: kconfig: Fix typos
Fix typos in boot/Kconfig. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
This commit is contained in:
committed by
Tom Rini
parent
ed00d12c01
commit
c8637b7496
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user