Browse Source

common: kconfig: Correct a typo in SPL_LOAD_FIT

It should be FDT, not FTD.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rick Chen <rick@andestech.com>
Bin Meng 3 years ago
parent
commit
6e847f6d5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/Kconfig.boot

+ 1 - 1
common/Kconfig.boot

@@ -205,7 +205,7 @@ config SPL_LOAD_FIT
 
 
 	  This path has the following limitations:
 	  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
 	     property will not be loaded. This limitation also applies to FPGA
 	     images with the correct "compatible" string.
 	     images with the correct "compatible" string.
 	  2. For FPGA images, only the "compatible" = "u-boot,fpga-legacy"
 	  2. For FPGA images, only the "compatible" = "u-boot,fpga-legacy"