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 /configs/P5020DS_SECURE_BOOT_defconfig | |
parent | 4edb9458b2a3fde10a141967c889074fac914c77 (diff) |
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/P5020DS_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/P5020DS_SECURE_BOOT_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P5020DS_SECURE_BOOT_defconfig b/configs/P5020DS_SECURE_BOOT_defconfig index aeb79497511..d623cbe307a 100644 --- a/configs/P5020DS_SECURE_BOOT_defconfig +++ b/configs/P5020DS_SECURE_BOOT_defconfig @@ -1,7 +1,9 @@ CONFIG_PPC=y +# CONFIG_SYS_MALLOC_F is not set CONFIG_MPC85xx=y CONFIG_TARGET_P5020DS=y CONFIG_SYS_EXTRA_OPTIONS="SECURE_BOOT" +CONFIG_DM=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_NETDEVICES=y |