summaryrefslogtreecommitdiff
path: root/drivers/ddr
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:34 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commit218ce3695bfd02f048443f888137e134dbcfcbfc (patch)
treea691f2d49019afa2e8d3574f821802d69cd177e1 /drivers/ddr
parentd5c4b8b0631a1da03e67fdeb1b5bf4a637a33c20 (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.h2
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 ab09e72623..04bb4ed8f3 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