[U-Boot] [PATCH] wandboard: Fix typo in README

Wolfgang Denk wd at denx.de
Thu Jun 13 06:28:17 CEST 2013


Dear Shigeru Yoshida,

In message <CAMQoM_0gL2cZu_Xm-C9_ZONmGmYi1M6W_ysxUv2ETaEbuVRKOg at mail.gmail.com> you wrote:
>
> 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

Both "fixes" are wrong.  First, the target names are _really lower
case.  Second, the name is wan>d<board, i. e. you still have the 'd'
missing.  Please change into:

	$ make wandboard_dl_config
resp.
	$ make wandboard_solo_config


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Simplicity boils down to two steps: Identify the essential. Eliminate
the rest.                                               - Leo Babauta


More information about the U-Boot mailing list