summaryrefslogtreecommitdiffstats
path: root/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
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 /configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
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 'configs/T1024QDS_DDR4_SECURE_BOOT_defconfig')
-rw-r--r--configs/T1024QDS_DDR4_SECURE_BOOT_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig b/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
index 5a30ab4f4b..5a1963d749 100644
--- a/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
+++ b/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
@@ -1,7 +1,9 @@
CONFIG_PPC=y
+# CONFIG_SYS_MALLOC_F is not set
CONFIG_MPC85xx=y
CONFIG_TARGET_T102XQDS=y
CONFIG_SYS_EXTRA_OPTIONS="PPC_T1024,SYS_FSL_DDR4,SECURE_BOOT"
+CONFIG_DM=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_EON=y
CONFIG_SPI_FLASH_STMICRO=y
OpenPOWER on IntegriCloud