[U-Boot] [PATCH] wandboard: Fix typo in README
Shigeru Yoshida
shigeru.yoshida at gmail.com
Thu Jun 13 05:29:14 CEST 2013
Fix configuration make target to use uppercase letters.
Signed-off-by: Shigeru Yoshida <shigeru.yoshida at miraclelinux.com>
---
board/wandboard/README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/wandboard/README b/board/wandboard/README
index e0b0b33..8bf646d 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 WANBOARD_DL_config
$ make
To build U-Boot for the Wandboard Solo version:
-$ make wanboard_solo_config
+$ make WANBOARD_SOLO_config
$ make
Flashing U-boot into the SD card
--
1.7.10.4
More information about the U-Boot
mailing list