diff options
author | Luka Perkov <luka@openwrt.org> | 2013-05-12 14:22:38 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-05-16 17:44:46 +0200 |
commit | 8c4983779ed50090b74d56498be17cde31892a64 (patch) | |
tree | fd850d63bcd62a66ca2ac14870558b9f869b62df | |
parent | 11f98d1f82ed975828e7d38cb050807447adadea (diff) |
wandboard: fix typo in README
Fix typo in wandboard README file.
Signed-off-by: Luka Perkov <luka@openwrt.org>
-rw-r--r-- | board/wandboard/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/wandboard/README b/board/wandboard/README index e0b0b330208..ce83bbe4c5e 100644 --- a/board/wandboard/README +++ b/board/wandboard/README @@ -14,12 +14,12 @@ Building U-boot for Wandboard To build U-Boot for the Wandboard Dual Lite version: -$ make wanboard_dl_config +$ make wandboard_dl_config $ make To build U-Boot for the Wandboard Solo version: -$ make wanboard_solo_config +$ make wandboard_solo_config $ make Flashing U-boot into the SD card |