diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-05-10 13:28:28 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-05-14 10:01:56 +0200 |
commit | 00a7767766ace1f3ca3de7f9d44e145b9092bbad (patch) | |
tree | f059b8cba5f069b96a9941d823f95f18504cc9cc /drivers/ddr/marvell/a38x/ddr3_init.h | |
parent | c4195d5553595f12a6f5e943c9ee5e68097d7c72 (diff) |
ARM: mvebu: a38x: remove some unused code
No in-tree code defines SUPPORT_STATIC_DUNIT_CONFIG or
STATIC_ALGO_SUPPORT. Remove ddr3_a38x_mc_static.h and use unifdef to
remove unused sections in the rest of the ddr/marvell/a38x code.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/ddr/marvell/a38x/ddr3_init.h')
-rw-r--r-- | drivers/ddr/marvell/a38x/ddr3_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/a38x/ddr3_init.h b/drivers/ddr/marvell/a38x/ddr3_init.h index 05ff62b0415..8cb645ffb59 100644 --- a/drivers/ddr/marvell/a38x/ddr3_init.h +++ b/drivers/ddr/marvell/a38x/ddr3_init.h @@ -8,7 +8,6 @@ #if defined(CONFIG_ARMADA_38X) #include "ddr3_a38x.h" -#include "ddr3_a38x_mc_static.h" #include "ddr3_a38x_topology.h" #endif #include "ddr3_hws_hw_training.h" |