Re: [PATCH] lib: cosmetic update of CONFIG_LIB_ELF description

2021-01-18 Thread Tom Rini
On Mon, Jan 04, 2021 at 03:33:28PM +0100, Patrick Delaunay wrote:

> Change 2 typo error in CONFIG_LIB_ELF description:
> - Supoort => Support
> - fir => for
> 
> Signed-off-by: Patrick Delaunay 
> Reviewed-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH] lib: cosmetic update of CONFIG_LIB_ELF description

2021-01-07 Thread Simon Glass
On Mon, 4 Jan 2021 at 07:33, Patrick Delaunay
 wrote:
>
> Change 2 typo error in CONFIG_LIB_ELF description:
> - Supoort => Support
> - fir => for
>
> Signed-off-by: Patrick Delaunay 
> ---
>
>  lib/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass 


[PATCH] lib: cosmetic update of CONFIG_LIB_ELF description

2021-01-04 Thread Patrick Delaunay
Change 2 typo error in CONFIG_LIB_ELF description:
- Supoort => Support
- fir => for

Signed-off-by: Patrick Delaunay 
---

 lib/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 7673d2e4e0..cc89fb4d91 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -695,7 +695,7 @@ 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
-- 
2.17.1