diff options
| author | Tom Rini <[email protected]> | 2021-08-21 13:50:15 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-31 17:46:37 -0400 |
| commit | f66a3fde38d6cece164ecb36f021c74c4aac2a9d (patch) | |
| tree | 8620fc6fd893e622ce6c1beee8a4760543600dab /drivers | |
| parent | 94752f5fb121009ce42c3abecd2f30773353fb32 (diff) | |
mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig
Move this specific option to Kconfig.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ddr/marvell/axp/ddr3_axp_config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_axp_config.h b/drivers/ddr/marvell/axp/ddr3_axp_config.h index 10d064d0a30..437a02efbac 100644 --- a/drivers/ddr/marvell/axp/ddr3_axp_config.h +++ b/drivers/ddr/marvell/axp/ddr3_axp_config.h @@ -16,11 +16,7 @@ * Level 3: Provides the windows margin of each DQ as a results of DQS * centeralization */ -#ifdef CONFIG_DDR_LOG_LEVEL #define DDR3_LOG_LEVEL CONFIG_DDR_LOG_LEVEL -#else -#define DDR3_LOG_LEVEL 0 -#endif #define DDR3_PBS 1 |
