diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-21 13:50:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:46:37 -0400 |
commit | 95372165aec94fa0984f30ca33c3691fe2aabdcd (patch) | |
tree | a8e85f89bddc6c305cd8b362acadff09c0bb9f97 /configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | |
parent | efb5dab7ba8a9a6f89e44c4e60b0adb768c77e84 (diff) | |
download | u-boot-95372165aec94fa0984f30ca33c3691fe2aabdcd.tar.gz u-boot-95372165aec94fa0984f30ca33c3691fe2aabdcd.tar.bz2 u-boot-95372165aec94fa0984f30ca33c3691fe2aabdcd.zip |
nxp: Migrate a number of DDR related symbols to Kconfig
- Guard most of the options in drivers/ddr/fsl/Kconfig with
SYS_FSL_DDR || SYS_FSL_MMDC.
- Migrate FSL_DMA, DDR_ECC, DDR_ECC_CMD, and ECC_INIT_VIA_DDRCONTROLLER
to Kconfig.
- Clean up the logic for including the DDR_ECC_CMD code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1028ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig index 419e7b8cf4..00f2ae8e16 100644 --- a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig @@ -41,6 +41,7 @@ CONFIG_NETCONSOLE=y CONFIG_DM=y CONFIG_SCSI_AHCI=y CONFIG_SATA_CEVA=y +# CONFIG_DDR_SPD is not set CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_MUX=y |