From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:29:23 -0700 Subject: [U-Boot] [PATCH 4/4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T1040QDS and T1040RDB In-Reply-To: <1395166274-23664-1-git-send-email-aneesh.bansal@freescale.com> References: <1395166274-23664-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <53583EC3.5080703@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:11 AM, Aneesh Bansal wrote: > Secure Boot Target is added for T1040QDS and T1040RDB > 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_T1040QDS and > CONFIG_T1040RDB > > Signed-off-by: Gaurav Rana > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-mpc85xx/master, thanks. York