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.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.h')
-rw-r--r-- | drivers/ddr/marvell/axp/ddr3_axp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_axp.h b/drivers/ddr/marvell/axp/ddr3_axp.h index 970651f8702..a14c766dda7 100644 --- a/drivers/ddr/marvell/axp/ddr3_axp.h +++ b/drivers/ddr/marvell/axp/ddr3_axp.h @@ -37,7 +37,7 @@ #define ECC_SUPPORT #endif #define NEW_FABRIC_TWSI_ADDR 0x4E -#ifdef CONFIG_DB_784MP_GP +#ifdef CONFIG_TARGET_DB_MV784MP_GP #define BUS_WIDTH_ECC_TWSI_ADDR 0x4E #else #define BUS_WIDTH_ECC_TWSI_ADDR 0x4F |