diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-23 05:55:41 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 18:21:27 (GMT) |
commit | 9e971632cd6dae4fc2b30c600ff5650ecf8944f1 (patch) | |
tree | a38c1132867e0f4bcf1dca4c9f55426cbf82c9b9 /configs/T1040RDB_SECURE_BOOT_defconfig | |
parent | 4edb9458b2a3fde10a141967c889074fac914c77 (diff) | |
download | u-boot-9e971632cd6dae4fc2b30c600ff5650ecf8944f1.tar.xz |
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/T1040RDB_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T1040RDB_SECURE_BOOT_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T1040RDB_SECURE_BOOT_defconfig b/configs/T1040RDB_SECURE_BOOT_defconfig index 7b19069..c727408 100644 --- a/configs/T1040RDB_SECURE_BOOT_defconfig +++ b/configs/T1040RDB_SECURE_BOOT_defconfig @@ -1,7 +1,9 @@ CONFIG_PPC=y +# CONFIG_SYS_MALLOC_F is not set CONFIG_MPC85xx=y CONFIG_TARGET_T104XRDB=y CONFIG_SYS_EXTRA_OPTIONS="PPC_T1040,SECURE_BOOT,T1040RDB" +CONFIG_DM=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_NETDEVICES=y |