mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
wandboard: fix typo in README
Fix typo in wandboard README file. Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
parent
11f98d1f82
commit
8c4983779e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue