diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-22 19:43:10 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-24 10:33:59 -0500 |
commit | 88077715d8d81825605028f2040b17137513f858 (patch) | |
tree | c56ee564dd87664cb1d72de93862805c3141d357 /arch/arm/include/asm | |
parent | f428268adb7b632e3477f1f2b98df07eb0cb6040 (diff) | |
download | u-boot-imx-88077715d8d81825605028f2040b17137513f858.zip u-boot-imx-88077715d8d81825605028f2040b17137513f858.tar.gz u-boot-imx-88077715d8d81825605028f2040b17137513f858.tar.bz2 |
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST
Introduce board/freescale/common/Kconfig so that we have a single place
for CONFIG options that are shared between ARM and PowerPC NXP platforms.
Cc: York Sun <york.sun@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/fsl_secure_boot.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h index f920215..17ca540 100644 --- a/arch/arm/include/asm/fsl_secure_boot.h +++ b/arch/arm/include/asm/fsl_secure_boot.h @@ -7,14 +7,6 @@ #ifndef __FSL_SECURE_BOOT_H #define __FSL_SECURE_BOOT_H -#ifdef CONFIG_SECURE_BOOT - -#ifndef CONFIG_FIT_SIGNATURE -#define CONFIG_CHAIN_OF_TRUST -#endif - -#endif - #ifdef CONFIG_CHAIN_OF_TRUST #define CONFIG_CMD_ESBC_VALIDATE #define CONFIG_FSL_SEC_MON |