From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:29:02 -0700 Subject: [U-Boot] [PATCH 2/4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T4240QDS and T4160QDS In-Reply-To: <1395166242-23549-1-git-send-email-aneesh.bansal@freescale.com> References: <1395166242-23549-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <53583EAE.3000108@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/18/2014 11:10 AM, Aneesh Bansal wrote: > Secure Boot Target is added for T4240QDS and T4160QDS > Changes: > For Secure boot, CPC is configured as SRAM and used as house > keeping area which needs to be disabled. > So CONFIG_SYS_CPC_REINIT_F is defined for CONFIG_T4240QDS. > > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-mpc85xx/master, thanks. York