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
|
@ -14,12 +14,12 @@ Building U-boot for Wandboard
|
||||||
|
|
||||||
To build U-Boot for the Wandboard Dual Lite version:
|
To build U-Boot for the Wandboard Dual Lite version:
|
||||||
|
|
||||||
$ make wanboard_dl_config
|
$ make wandboard_dl_config
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
To build U-Boot for the Wandboard Solo version:
|
To build U-Boot for the Wandboard Solo version:
|
||||||
|
|
||||||
$ make wanboard_solo_config
|
$ make wandboard_solo_config
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
Flashing U-boot into the SD card
|
Flashing U-boot into the SD card
|
||||||
|
|
Loading…
Reference in New Issue