From 2c2e2c9e14462a34bb99ba281c7445c3174a0fe6 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 28 Dec 2016 08:43:30 -0800 Subject: 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 --- include/configs/mx6_common.h | 1 - include/configs/mx7_common.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3