From: Bin Meng Date: Mon, 10 May 2021 12:23:29 +0000 (+0800) Subject: common: kconfig: Correct a typo in SPL_LOAD_FIT X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=6e847f6d5ddbe83da3bfad79e95bbcfaeeb2a6a7;p=u-boot.git common: kconfig: Correct a typo in SPL_LOAD_FIT It should be FDT, not FTD. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Rick Chen --- diff --git a/common/Kconfig.boot b/common/Kconfig.boot index 56608226cc..71a215c757 100644 --- a/common/Kconfig.boot +++ b/common/Kconfig.boot @@ -205,7 +205,7 @@ config SPL_LOAD_FIT This path has the following limitations: - 1. "loadables" images, other than FTDs, which do not have a "load" + 1. "loadables" images, other than FDTs, which do not have a "load" property will not be loaded. This limitation also applies to FPGA images with the correct "compatible" string. 2. For FPGA images, only the "compatible" = "u-boot,fpga-legacy"