diff options
author | gaurav rana <gaurav.rana@freescale.com> | 2015-03-26 15:52:47 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-07-28 14:41:14 -0700 |
commit | e622d9ed3b4a44cd5646654ba12dd6894fd49382 (patch) | |
tree | a4a6c1e8487689a49b9f2ae40aabafa7f3ddd999 /arch/powerpc/include/asm/fsl_secure_boot.h | |
parent | 4b6067ae9ddd2113df18735e4f10d8d40fcb1c1e (diff) | |
download | blackbird-obmc-uboot-e622d9ed3b4a44cd5646654ba12dd6894fd49382.tar.gz blackbird-obmc-uboot-e622d9ed3b4a44cd5646654ba12dd6894fd49382.zip |
powerpc/T104xD4: Add Secure boot support for T104xD4RDB platforms
defconfig files are added and SFP version for these platforms
is updated.
Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/fsl_secure_boot.h')
-rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 8f794ef381..7810ae2147 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -37,7 +37,9 @@ defined(CONFIG_T2080QDS) || \ defined(CONFIG_T2080RDB) || \ defined(CONFIG_T1040QDS) || \ + defined(CONFIG_T104xD4QDS) || \ defined(CONFIG_T104xRDB) || \ + defined(CONFIG_T104xD4RDB) || \ defined(CONFIG_PPC_T1023) || \ defined(CONFIG_PPC_T1024) #define CONFIG_SYS_CPC_REINIT_F |