From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 13 Jun 2013 06:28:17 +0200 Subject: [U-Boot] [PATCH] wandboard: Fix typo in README In-Reply-To: References: Message-ID: <20130613042817.39EC63804A4@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Shigeru Yoshida, In message 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