From: Marek Vasut Date: Sat, 25 May 2019 20:53:42 +0000 (+0200) Subject: Kconfig: Fix SPL_LOAD_FIT description X-Git-Tag: v2019.07-rc4~17^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a221fb64e5759ca8ad45637ed323206ddf0501f;p=oweals%2Fu-boot.git Kconfig: Fix SPL_LOAD_FIT description Both the SPL_LOAD_FIT and SPL_LOAD_FIT_FULL have the same description. Adjust the description to make it clear which one is which. Signed-off-by: Marek Vasut Cc: Tom Rini --- diff --git a/Kconfig b/Kconfig index 301ebf8de3..a02168690f 100644 --- a/Kconfig +++ b/Kconfig @@ -389,7 +389,7 @@ config SPL_FIT_SIGNATURE select SPL_RSA config SPL_LOAD_FIT - bool "Enable SPL loading U-Boot as a FIT" + bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)" select SPL_FIT help Normally with the SPL framework a legacy image is generated as part @@ -400,7 +400,7 @@ config SPL_LOAD_FIT and passing the correct one to U-Boot. config SPL_LOAD_FIT_FULL - bool "Enable SPL loading U-Boot as a FIT" + bool "Enable SPL loading U-Boot as a FIT (full fitImage features)" select SPL_FIT help Normally with the SPL framework a legacy image is generated as part