diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-22 22:55:41 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 14:21:27 -0400 |
commit | 9e971632cd6dae4fc2b30c600ff5650ecf8944f1 (patch) | |
tree | a38c1132867e0f4bcf1dca4c9f55426cbf82c9b9 /arch/powerpc | |
parent | 4edb9458b2a3fde10a141967c889074fac914c77 (diff) | |
download | u-boot-imx-9e971632cd6dae4fc2b30c600ff5650ecf8944f1.zip u-boot-imx-9e971632cd6dae4fc2b30c600ff5650ecf8944f1.tar.gz u-boot-imx-9e971632cd6dae4fc2b30c600ff5650ecf8944f1.tar.bz2 |
freescale: Remove CONFIG_DM from header files
Kconfig options must defined in the defconfig files. Since RSA_SOFTWARE_EXP
relies on CONFIG_DM, unless it is set in kconfig we cannot enable RSA.
Remove the hacks which enable CONFIG_DM in header files and update the
defconfig.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index c45cace..d69caea 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -79,10 +79,6 @@ #define CONFIG_RSA #define CONFIG_RSA_FREESCALE_EXP -#ifndef CONFIG_DM -#define CONFIG_DM -#endif - #ifndef CONFIG_FSL_CAAM #define CONFIG_FSL_CAAM #endif |