From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:28:09 -0700 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- Add NAND secure boot target for BSC9132QDS In-Reply-To: <1394641818-10039-1-git-send-email-aneesh.bansal@freescale.com> References: <1394641818-10039-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <53583E79.4000200@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 03/12/2014 09:30 AM, Aneesh Bansal wrote: > In case of secure boot from NAND, the DDR is initialized by the > BootROM using the config words (CF_WORDS) in the CF_HEADER > and u-boot image is copied from NAND to DDR by the BootROM. > So, CONFIG_SYS_RAMBOOT has been defined for Secure Boot from NAND > > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-mpc85xx/master, thanks. York