diff options
author | York Sun | 2016-11-15 18:44:22 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:04 -0800 |
commit | 4fd64746b0fbb0d91b4863e230c4a03cadd68462 (patch) | |
tree | b1867c934fa5bcecff2059e0e80516a5211f7f6b /drivers/crypto/fsl | |
parent | a202b9f802c94eac2d07e87e6ce02918957e98bb (diff) |
powerpc: C29X: Move CONFIG_PPC_C29X to Kconfig option
Replace CONFIG_PPC_C29X with ARCH_C29X in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/crypto/fsl')
-rw-r--r-- | drivers/crypto/fsl/jr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/fsl/jr.c b/drivers/crypto/fsl/jr.c index 4a8cc3295a4..1b882291e4f 100644 --- a/drivers/crypto/fsl/jr.c +++ b/drivers/crypto/fsl/jr.c @@ -21,7 +21,7 @@ uint32_t sec_offset[CONFIG_SYS_FSL_MAX_NUM_OF_SEC] = { 0, -#if defined(CONFIG_PPC_C29X) +#if defined(CONFIG_ARCH_C29X) CONFIG_SYS_FSL_SEC_IDX_OFFSET, 2 * CONFIG_SYS_FSL_SEC_IDX_OFFSET #endif |