summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-01-04 15:33:28 +0100
committerTom Rini <trini@konsulko.com>2021-01-16 19:17:11 -0500
commit6205bbb1e04ee2f8e503581201cc1c7c3179b070 (patch)
tree450e7d413f4be606b7a16e0a1fe16d2eda3aba82 /lib
parentc548a3886eafa5a018d5f1c8f232510ca53be9a2 (diff)
downloadu-boot-6205bbb1e04ee2f8e503581201cc1c7c3179b070.tar.gz
u-boot-6205bbb1e04ee2f8e503581201cc1c7c3179b070.tar.xz
u-boot-6205bbb1e04ee2f8e503581201cc1c7c3179b070.zip
lib: cosmetic update of CONFIG_LIB_ELF description
Change 2 typo error in CONFIG_LIB_ELF description: - Supoort => Support - fir => for Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index a704568443..88c43a38c3 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -695,8 +695,8 @@ config LIB_DATE
config LIB_ELF
bool
help
- Supoort basic elf loading/validating functions.
- This supports fir 32 bit and 64 bit versions.
+ Support basic elf loading/validating functions.
+ This supports for 32 bit and 64 bit versions.
endmenu