Re: [U-Boot] [PATCH][v2] powerpc/p1010rdb: SECURE BOOT enabled for NAND

2014-04-23 Thread York Sun
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 NA

[U-Boot] [PATCH][v2] powerpc/p1010rdb: SECURE BOOT enabled for NAND

2014-03-07 Thread Aneesh Bansal
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 --- include/confi