diff options
author | Nishanth Menon <nm@ti.com> | 2015-07-16 10:14:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:02:11 -0400 |
commit | 3c963d2a448dca13bb368095a17d4993daa36f87 (patch) | |
tree | a0c596a9d18e49ca9935bd2a931cfb781d16f507 /board/ti/ks2_evm | |
parent | bafa6f591bfa1ff75d7468f941c77038d5d9729a (diff) | |
download | u-boot-3c963d2a448dca13bb368095a17d4993daa36f87.tar.gz u-boot-3c963d2a448dca13bb368095a17d4993daa36f87.tar.xz u-boot-3c963d2a448dca13bb368095a17d4993daa36f87.zip |
board: ks2: README: fix typos
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>
Diffstat (limited to 'board/ti/ks2_evm')
-rw-r--r-- | board/ti/ks2_evm/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/ti/ks2_evm/README b/board/ti/ks2_evm/README index 9ee90a4f9d..6586faba32 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 |