diff mbox

[U-Boot] board: ks2: README: fix typos

Message ID 1437059689-32547-1-git-send-email-nm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Nishanth Menon July 16, 2015, 3:14 p.m. UTC
Fix up a few typos in documentation.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 board/ti/ks2_evm/README | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini July 20, 2015, 9:14 p.m. UTC | #1
On Thu, Jul 16, 2015 at 10:14:49AM -0500, Nishanth Menon wrote:

> Fix up a few typos in documentation.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Murali Karicheri July 22, 2015, 2:21 p.m. UTC | #2
On 07/16/2015 11:14 AM, Nishanth Menon wrote:
> Fix up a few typos in documentation.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>   board/ti/ks2_evm/README | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/board/ti/ks2_evm/README b/board/ti/ks2_evm/README
> index 9ee90a4f9d03..6586faba32eb 100644
> --- a/board/ti/ks2_evm/README
> +++ b/board/ti/ks2_evm/README
> @@ -47,7 +47,6 @@ Board configuration files:
>   include/configs/k2hk_evm.h
>   include/configs/k2e_evm.h
>   include/configs/k2l_evm.h
> -include/configs/k2l_evm.h
>
>   As u-boot is migrating to Kconfig there is also board defconfig files
>   configs/k2e_evm_defconfig
> @@ -71,7 +70,7 @@ Don't forget to add ARCH=arm and CROSS_COMPILE.
>
>   To build u-boot.bin
>     >make k2hk_evm_defconfig
> -  >make u-boot-spi.gph
> +  >make u-boot.bin
>
>   To build u-boot-spi.gph
>     >make k2hk_evm_defconfig
>
Reviewed-by: Murali Karicheri <m-karicheri2@ti.com>
Tom Rini July 28, 2015, 2:59 p.m. UTC | #3
On Thu, Jul 16, 2015 at 10:14:49AM -0500, Nishanth Menon wrote:

> Fix up a few typos in documentation.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Murali Karicheri <m-karicheri2@ti.com>

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

Patch

diff --git a/board/ti/ks2_evm/README b/board/ti/ks2_evm/README
index 9ee90a4f9d03..6586faba32eb 100644
--- a/board/ti/ks2_evm/README
+++ b/board/ti/ks2_evm/README
@@ -47,7 +47,6 @@  Board configuration files:
 include/configs/k2hk_evm.h
 include/configs/k2e_evm.h
 include/configs/k2l_evm.h
-include/configs/k2l_evm.h
 
 As u-boot is migrating to Kconfig there is also board defconfig files
 configs/k2e_evm_defconfig
@@ -71,7 +70,7 @@  Don't forget to add ARCH=arm and CROSS_COMPILE.
 
 To build u-boot.bin
   >make k2hk_evm_defconfig
-  >make u-boot-spi.gph
+  >make u-boot.bin
 
 To build u-boot-spi.gph
   >make k2hk_evm_defconfig