From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Wed, 19 Mar 2008 20:20:45 -0500 Subject: [U-Boot-Users] [PATCH 4/7] 83xx: initialize serdes for MPC837XRDB boards In-Reply-To: <20080314201950.GD22581@localhost.localdomain> References: <20080314201950.GD22581@localhost.localdomain> Message-ID: <20080319202045.470623c6.kim.phillips@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 Fri, 14 Mar 2008 23:19:50 +0300 Anton Vorontsov wrote: > diff --git a/Makefile b/Makefile > index b464c72..7d112ab 100644 > --- a/Makefile > +++ b/Makefile > @@ -2087,7 +2087,24 @@ MPC837XEMDS_HOST_config: unconfig > fi ; > @$(MKCONFIG) -a MPC837XEMDS ppc mpc83xx mpc837xemds freescale > > +MPC8377ERDB_config \ > +MPC8378ERDB_config \ > +MPC8379ERDB_config \ > MPC837XERDB_config: unconfig can't we get this info dynamically from the SVR instead? Kim