aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 20:23:29 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 17:01:49 +0800
commit6e847f6d5ddbe83da3bfad79e95bbcfaeeb2a6a7 (patch)
treeebc4d3ef58cb7875e4f532f9f6c93793582c8474 /common
parent428bec7cf956c3558bbdfda4d2ba23beb73a68ba (diff)
downloadu-boot-6e847f6d5ddbe83da3bfad79e95bbcfaeeb2a6a7.zip
u-boot-6e847f6d5ddbe83da3bfad79e95bbcfaeeb2a6a7.tar.gz
u-boot-6e847f6d5ddbe83da3bfad79e95bbcfaeeb2a6a7.tar.bz2
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>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 5660822..71a215c 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"