diff options
author | Tom Rini | 2022-06-15 12:03:55 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:03:01 -0400 |
commit | c24e8e2bb34da1fa17d19acf2b542dba5dfb7e47 (patch) | |
tree | a57357ea1e5c3ddc9fdc7ec43ff079606218af86 /configs/ls1021aqds_sdcard_ifc_defconfig | |
parent | bca4509d575912e0521ce8448d41aabfc1c5e964 (diff) |
Convert CONFIG_SYS_DDR_RAW_TIMING to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_DDR_RAW_TIMING
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1021aqds_sdcard_ifc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_ifc_defconfig b/configs/ls1021aqds_sdcard_ifc_defconfig index 164e8b01768..d5f6c5c25cf 100644 --- a/configs/ls1021aqds_sdcard_ifc_defconfig +++ b/configs/ls1021aqds_sdcard_ifc_defconfig @@ -93,6 +93,7 @@ CONFIG_DYNAMIC_DDR_CLK_FREQ=y CONFIG_SYS_FSL_DDR3=y CONFIG_DDR_ECC=y CONFIG_ECC_INIT_VIA_DDRCONTROLLER=y +CONFIG_SYS_DDR_RAW_TIMING=y CONFIG_MPC8XXX_GPIO=y CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y |