summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-22 22:55:41 -0700
committerTom Rini <trini@konsulko.com>2016-03-14 14:21:27 -0400
commit9e971632cd6dae4fc2b30c600ff5650ecf8944f1 (patch)
treea38c1132867e0f4bcf1dca4c9f55426cbf82c9b9 /arch/arm
parent4edb9458b2a3fde10a141967c889074fac914c77 (diff)
downloadtalos-obmc-uboot-9e971632cd6dae4fc2b30c600ff5650ecf8944f1.tar.gz
talos-obmc-uboot-9e971632cd6dae4fc2b30c600ff5650ecf8944f1.zip
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/arm')
-rw-r--r--arch/arm/include/asm/fsl_secure_boot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h
index 0da0599738..5d5efed34e 100644
--- a/arch/arm/include/asm/fsl_secure_boot.h
+++ b/arch/arm/include/asm/fsl_secure_boot.h
@@ -27,10 +27,6 @@
#define CONFIG_FSL_CAAM
#endif
-#ifndef CONFIG_DM
-#define CONFIG_DM
-#endif
-
#define CONFIG_KEY_REVOCATION
#ifndef CONFIG_SYS_RAMBOOT
/* The key used for verification of next level images
OpenPOWER on IntegriCloud