diff options
author | Aneesh Bansal <aneesh.bansal@freescale.com> | 2014-04-22 15:17:06 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-05-13 08:26:54 -0700 |
commit | e47c2a68517a3acd8e7668e0fc16a2c168ac30b4 (patch) | |
tree | eb1acb9b3f57b754ebb9ba898bc0b95579d2d2e2 /arch/powerpc | |
parent | 4067815998a45ed18e4e42ac9cf655ad07d1d4df (diff) | |
download | u-boot-imx-e47c2a68517a3acd8e7668e0fc16a2c168ac30b4.zip u-boot-imx-e47c2a68517a3acd8e7668e0fc16a2c168ac30b4.tar.gz u-boot-imx-e47c2a68517a3acd8e7668e0fc16a2c168ac30b4.tar.bz2 |
powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080RDB
Secure Boot Target is added for T2080RDB
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_T2080RDB.
Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 9a0cb20..74c5d8f 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -20,6 +20,7 @@ #if defined(CONFIG_B4860QDS) || \ defined(CONFIG_T4240QDS) || \ defined(CONFIG_T2080QDS) || \ + defined(CONFIG_T2080RDB) || \ defined(CONFIG_T1040QDS) || \ defined(CONFIG_T104xRDB) #define CONFIG_SYS_CPC_REINIT_F |