diff options
author | Tom Rini | 2022-12-04 10:03:34 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:07:03 -0500 |
commit | 218ce3695bfd02f048443f888137e134dbcfcbfc (patch) | |
tree | a691f2d49019afa2e8d3574f821802d69cd177e1 /drivers/ddr | |
parent | d5c4b8b0631a1da03e67fdeb1b5bf4a637a33c20 (diff) |
global: Remove undef CONFIG_... for unused values
We have a number of places that undef CONFIG_... while we never
reference CONFIG_... in the first place. Remove these lines.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ddr')
-rw-r--r-- | drivers/ddr/marvell/axp/ddr3_axp_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_axp_config.h b/drivers/ddr/marvell/axp/ddr3_axp_config.h index ab09e72623a..04bb4ed8f34 100644 --- a/drivers/ddr/marvell/axp/ddr3_axp_config.h +++ b/drivers/ddr/marvell/axp/ddr3_axp_config.h @@ -59,12 +59,10 @@ /* Marvell boards specific configurations */ #if defined(DB_78X60_PCAC) -#undef CONFIG_SPD_EEPROM #define STATIC_TRAINING #endif #if defined(DB_78X60_AMC) -#undef CONFIG_SPD_EEPROM #undef DRAM_ECC #define DRAM_ECC 1 #endif |