diff options
| author | Udit Agarwal <[email protected]> | 2017-02-03 22:53:37 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2017-03-28 08:56:33 -0700 |
| commit | 350e16cfb460e6910c4fa30119a3adde91243961 (patch) | |
| tree | a4ce8c159bbb04505e209e47d2cab472272c1403 | |
| parent | 5cf618ee60a752d058a767372ca1ecb8d9c09b16 (diff) | |
armv8: lsch3: SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080A
Add header address for PPA to be validated during ESBC phase for LS2080A
platform based on Layescape Chasis 3.
Signed-off-by: Sumit Garg <[email protected]>
Signed-off-by: Udit Agarwal <[email protected]>
Reviewed-by: York Sun <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/fsl_secure_boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h index fd627c0874e..8ef866d740a 100644 --- a/arch/arm/include/asm/fsl_secure_boot.h +++ b/arch/arm/include/asm/fsl_secure_boot.h @@ -112,6 +112,8 @@ #ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP #ifdef CONFIG_LS1043A #define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x600c0000 +#elif defined(CONFIG_FSL_LSCH3) +#define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x580c40000 #endif #else #error "No CONFIG_SYS_LS_PPA_FW_IN_xxx defined" |
