From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:29:14 -0700 Subject: [U-Boot] [PATCH 3/4] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080QDS In-Reply-To: <1395166259-23590-1-git-send-email-aneesh.bansal@freescale.com> References: <1395166259-23590-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <53583EBA.8010407@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 T2080QDS > 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_T2080QDS. > > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-mpc85xx/master, thanks. York