From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 13 May 2014 11:42:23 -0500 Subject: [U-Boot] [PATCH] boards.cfg: fix a configuration error of ep8248 board In-Reply-To: <1398830122-5513-1-git-send-email-yamada.m@jp.panasonic.com> References: <1398830122-5513-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <53724B6F.3070607@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/29/2014 10:55 PM, Masahiro Yamada wrote: > "make ep8248_config" fails with an error like this: > > $ make ep8248_config > make: *** [ep8248_config] Error 1 > > Its cause is that there are two entries for "ep8248". > > The first is around line 652 of boards.cfg. (as Active) > > The second appears around line 1230. (as Orphan) > > This bug was accidentally introduced by commit e7e90901. > But it is not the author's fault. He just intended to change > IDS8247 board. > > The commiter added ep8248 entry by mistake when he resolved a conflict. > > Signed-off-by: Masahiro Yamada > Cc: Heiko Schocher > Cc: Kim Phillips > --- Applied to u-boot-mpc85xx/master. Thanks, York