From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Wed, 23 Apr 2014 09:14:49 +0530 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: Remove QE firmware copy from NAND In-Reply-To: <1398195064.1694.223.camel@snotra.buserror.net> References: <1398057419-19465-1-git-send-email-prabhakar@freescale.com> <1398195064.1694.223.camel@snotra.buserror.net> Message-ID: <53573731.7020007@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 4/23/2014 1:01 AM, Scott Wood wrote: > On Mon, 2014-04-21 at 10:46 +0530, 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 > Where does the QE firmware come from when booting from NAND? > > QE firmware load from NAND is currently not being supported. Even if it is supported, cpu_init.c file should not have code of loading QE firmware. -prabhakar