diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-01 10:35:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:35:19 -0400 |
commit | 5b160c3a13f80708b4a720119cd2a1ef161e57f0 (patch) | |
tree | 68773d9d158334a4f5894ac9111328f2ee06ecad /drivers/ddr/marvell/axp/ddr3_axp_config.h | |
parent | 52d8100b1d60b656e3e311e3312fed43d388088a (diff) | |
parent | 0a3689cb86236d42522bf9eb0be942aa7761dfc1 (diff) |
Merge branch '2022-04-01-Kconfig-migrations-and-cleanups' into next
- Migrate a number of CONFIG symbols to Kconfig. Of note, with this we
now complete migration of CONFIG_SYS_EXTRA_OPTIONS.
Diffstat (limited to 'drivers/ddr/marvell/axp/ddr3_axp_config.h')
-rw-r--r-- | drivers/ddr/marvell/axp/ddr3_axp_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_axp_config.h b/drivers/ddr/marvell/axp/ddr3_axp_config.h index 437a02efbac..ab09e72623a 100644 --- a/drivers/ddr/marvell/axp/ddr3_axp_config.h +++ b/drivers/ddr/marvell/axp/ddr3_axp_config.h @@ -138,7 +138,7 @@ * Enables I2C auto detection different options */ #if defined(CONFIG_DB_88F78X60) || defined(CONFIG_DB_88F78X60_REV2) || \ - defined(CONFIG_DB_784MP_GP) + defined(CONFIG_TARGET_DB_MV784MP_GP) #define AUTO_DETECTION_SUPPORT #endif #endif |