diff options
| author | Tom Rini <[email protected]> | 2022-06-15 12:03:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:03:01 -0400 |
| commit | c24e8e2bb34da1fa17d19acf2b542dba5dfb7e47 (patch) | |
| tree | a57357ea1e5c3ddc9fdc7ec43ff079606218af86 /configs/P2020RDB-PC_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 <[email protected]>
Diffstat (limited to 'configs/P2020RDB-PC_defconfig')
| -rw-r--r-- | configs/P2020RDB-PC_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig index e15213a9cb3..fef773cb163 100644 --- a/configs/P2020RDB-PC_defconfig +++ b/configs/P2020RDB-PC_defconfig @@ -52,6 +52,7 @@ CONFIG_LBA48=y CONFIG_DDR_CLK_FREQ=66666666 CONFIG_SYS_SPD_BUS_NUM=1 CONFIG_CHIP_SELECTS_PER_CTRL=1 +CONFIG_SYS_DDR_RAW_TIMING=y CONFIG_SYS_BR0_PRELIM_BOOL=y CONFIG_SYS_BR0_PRELIM=0xEF001001 CONFIG_SYS_OR0_PRELIM=0xFC000FF7 |
