From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:25:46 -0700 Subject: [U-Boot] [PATCH][v2] powerpc/p1010rdb: SECURE BOOT enabled for NAND In-Reply-To: <1394199729-19846-1-git-send-email-aneesh.bansal@freescale.com> References: <1394199729-19846-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <53583DEA.6040705@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/07/2014 05:42 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