diff options
author | York Sun | 2016-12-28 08:43:30 -0800 |
---|---|---|
committer | Tom Rini | 2017-01-04 19:40:17 -0500 |
commit | 2c2e2c9e14462a34bb99ba281c7445c3174a0fe6 (patch) | |
tree | 72b24b0a25f145b31e4e9a0866211a8b386f1877 /include | |
parent | 53c953841bbb2c094144bff00b41501b635f3153 (diff) |
crypto: Move SYS_FSL_SEC_COMPAT into driver Kconfig
Instead of define CONFIG_SYS_FSL_SEC_COMPAT in header files for PowerPC
and ARM SoCs, move it to Kconfig under the driver.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 1 | ||||
-rw-r--r-- | include/configs/mx7_common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 6e9b871103b..7c949971dc3 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -94,7 +94,6 @@ /* Secure boot (HAB) support */ #ifdef CONFIG_SECURE_BOOT #define CONFIG_CSF_SIZE 0x2000 -#define CONFIG_SYS_FSL_SEC_COMPAT 4 #define CONFIG_FSL_CAAM #define CONFIG_CMD_DEKBLOB #define CONFIG_SYS_FSL_SEC_LE diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 4348b432477..4b62cedcd36 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -74,7 +74,6 @@ /* Secure boot (HAB) support */ #ifdef CONFIG_SECURE_BOOT #define CONFIG_CSF_SIZE 0x2000 -#define CONFIG_SYS_FSL_SEC_COMPAT 4 #define CONFIG_FSL_CAAM #define CONFIG_CMD_DEKBLOB #define CONFIG_SYS_FSL_SEC_LE |