mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 22:51:27 +02:00
Kconfig: Move SPL_FIT under FIT
This option already depends on FIT, so put it under the same umbrella, so that it appears in the FIT menu. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
815f8d3f86
commit
4d8ea26f99
@ -140,11 +140,9 @@ config FIT_PRINT
|
|||||||
help
|
help
|
||||||
Support printing the content of the fitImage in a verbose manner.
|
Support printing the content of the fitImage in a verbose manner.
|
||||||
|
|
||||||
endif # FIT
|
|
||||||
|
|
||||||
config SPL_FIT
|
config SPL_FIT
|
||||||
bool "Support Flattened Image Tree within SPL"
|
bool "Support Flattened Image Tree within SPL"
|
||||||
depends on SPL && FIT
|
depends on SPL
|
||||||
select SPL_HASH
|
select SPL_HASH
|
||||||
select SPL_OF_LIBFDT
|
select SPL_OF_LIBFDT
|
||||||
|
|
||||||
@ -195,7 +193,7 @@ config SPL_FIT_RSASSA_PSS
|
|||||||
|
|
||||||
config SPL_LOAD_FIT
|
config SPL_LOAD_FIT
|
||||||
bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)"
|
bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)"
|
||||||
depends on SPL && FIT
|
depends on SPL
|
||||||
select SPL_FIT
|
select SPL_FIT
|
||||||
help
|
help
|
||||||
Normally with the SPL framework a legacy image is generated as part
|
Normally with the SPL framework a legacy image is generated as part
|
||||||
@ -243,7 +241,6 @@ config SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ
|
|||||||
|
|
||||||
config SPL_LOAD_FIT_FULL
|
config SPL_LOAD_FIT_FULL
|
||||||
bool "Enable SPL loading U-Boot as a FIT (full fitImage features)"
|
bool "Enable SPL loading U-Boot as a FIT (full fitImage features)"
|
||||||
depends on FIT
|
|
||||||
select SPL_FIT
|
select SPL_FIT
|
||||||
help
|
help
|
||||||
Normally with the SPL framework a legacy image is generated as part
|
Normally with the SPL framework a legacy image is generated as part
|
||||||
@ -341,6 +338,8 @@ config VPL_FIT_SIGNATURE_MAX_SIZE
|
|||||||
|
|
||||||
endif # VPL
|
endif # VPL
|
||||||
|
|
||||||
|
endif # FIT
|
||||||
|
|
||||||
config PXE_UTILS
|
config PXE_UTILS
|
||||||
bool
|
bool
|
||||||
select MENU
|
select MENU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user