diff mbox

[U-Boot] README.kconfig: fix typo

Message ID 1413887265-25469-1-git-send-email-grinberg@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Igor Grinberg Oct. 21, 2014, 10:27 a.m. UTC
Fix typo in defconfig file format description.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 doc/README.kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Oct. 21, 2014, 10:33 a.m. UTC | #1
On Tue, 21 Oct 2014 13:27:45 +0300
Igor Grinberg <grinberg@compulab.co.il> wrote:

> Fix typo in defconfig file format description.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>  doc/README.kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/README.kconfig b/doc/README.kconfig
> index 3aad5b4..69dc459 100644
> --- a/doc/README.kconfig
> +++ b/doc/README.kconfig
> @@ -79,7 +79,7 @@ See below for how each configuration target works in U-Boot:
>    ST:   - the line is valid for SPL and TPL images
>    +S:   - the line is valid for Normal and SPL images
>    +T:   - the line is valid for Normal and TPL images
> -  +ST:  - the line is valid for Normal, SPL and SPL images
> +  +ST:  - the line is valid for Normal, SPL and TPL images
>  
>    So, if neither CONFIG_SPL nor CONFIG_TPL is defined, the defconfig file
>    has no "<condition>:" part and therefore has the same form as in Linux.
> -- 
> 2.0.4

Thanks for spotting this!

Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tom Rini Oct. 27, 2014, 10:21 p.m. UTC | #2
On Tue, Oct 21, 2014 at 01:27:45PM +0300, Igor Grinberg wrote:

> Fix typo in defconfig file format description.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/doc/README.kconfig b/doc/README.kconfig
index 3aad5b4..69dc459 100644
--- a/doc/README.kconfig
+++ b/doc/README.kconfig
@@ -79,7 +79,7 @@  See below for how each configuration target works in U-Boot:
   ST:   - the line is valid for SPL and TPL images
   +S:   - the line is valid for Normal and SPL images
   +T:   - the line is valid for Normal and TPL images
-  +ST:  - the line is valid for Normal, SPL and SPL images
+  +ST:  - the line is valid for Normal, SPL and TPL images
 
   So, if neither CONFIG_SPL nor CONFIG_TPL is defined, the defconfig file
   has no "<condition>:" part and therefore has the same form as in Linux.