summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>2017-07-30 19:51:05 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-13 19:17:30 (GMT)
commita21d6363cc939ab53587c7705c697cb272044c3c (patch)
tree6798cdce7244a6126332cf38daf91e5e3beaca22
parent36d35345b1f6124d7e1763c818ec29e1709f9eec (diff)
downloadu-boot-fsl-qoriq-a21d6363cc939ab53587c7705c697cb272044c3c.tar.xz
arm: mvebu: remove self assignment
Assigning dev_num to itself is superfluous. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--drivers/ddr/marvell/a38x/ddr3_training_centralization.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ddr/marvell/a38x/ddr3_training_centralization.c b/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
index 9d216da..2909ae3 100644
--- a/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
+++ b/drivers/ddr/marvell/a38x/ddr3_training_centralization.c
@@ -697,8 +697,6 @@ int ddr3_tip_print_centralization_result(u32 dev_num)
u32 if_id = 0, bus_id = 0;
struct hws_topology_map *tm = ddr3_get_topology_map();
- dev_num = dev_num;
-
printf("Centralization Results\n");
printf("I/F0 Result[0 - success 1-fail 2 - state_2 3 - state_3] ...\n");
for (if_id = 0; if_id <= MAX_INTERFACE_NUM - 1; if_id++) {