From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 4 Dec 2013 15:44:24 -0800 Subject: [U-Boot] [PATCH 1/1] powerpc/mpc8349: Use generic mpc85xx DDR driver In-Reply-To: <20131204102828.EF9F.AA925319@jp.panasonic.com> References: <1386105419-20358-1-git-send-email-yorksun@freescale.com> <20131204102828.EF9F.AA925319@jp.panasonic.com> Message-ID: <529FBE58.9000805@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 12/03/2013 05:28 PM, Masahiro Yamada wrote: > Hello York. > > > On Tue, 3 Dec 2013 13:16:59 -0800 > York Sun wrote: > >> MPC8349 has been using mpc85xx DDR driver through a symbolic link to >> mpc85xx_ddr_gen2.c. After consolidating the drivers to a single set >> under driver/ddr/fsl/, the link is replaced by referring driver >> directly. We now can simply enable the macro and use the driver. >> Other mpc83xx SoCs still use their own driver. >> >> Signed-off-by: York Sun >> --- >> This patch also fixes the issue addressed by this >> http://patchwork.ozlabs.org/patch/296086/ > > > I'm happy with your patch. Thanks! > > Please take it and discard my patch. > > Thanks. Applied to u-boot-mpc85xx/master. York