From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:52:32 -0700 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: Remove QE firmware copy from NAND In-Reply-To: <1398057419-19465-1-git-send-email-prabhakar@freescale.com> References: <1398057419-19465-1-git-send-email-prabhakar@freescale.com> Message-ID: <53583620.3040704@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/20/2014 10:16 PM, Prabhakar Kushwaha wrote: > qe_init() does not use data copied from NAND. Thise code is not tested or > complied causing compilation error during NAND boot > > So, remove QE firmware copy from NAND to ddr. > > Signed-off-by: Prabhakar Kushwaha > --- Applied to u-boot-mpc85xx/master, thanks. York