summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-19 07:00:26 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:20 +0200
commit23e8ea901a87e0a6296ecf135b3b71672d832676 (patch)
tree34b04a04942f8ad62d529189129be9dc7cff3701 /drivers
parent2f3589ca548f5db850720f88efb5271fae8aa389 (diff)
downloadtalos-obmc-uboot-23e8ea901a87e0a6296ecf135b3b71672d832676.tar.gz
talos-obmc-uboot-23e8ea901a87e0a6296ecf135b3b71672d832676.zip
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 2
If d != 0 after sdr_working_phase() finishes, the else branch of the condition has no impact on anything at all, since work_end was already set independently of the value of "d" . Zap this useless code. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ddr/altera/sequencer.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ddr/altera/sequencer.c b/drivers/ddr/altera/sequencer.c
index a9f31d423b..16d09c1264 100644
--- a/drivers/ddr/altera/sequencer.c
+++ b/drivers/ddr/altera/sequencer.c
@@ -1630,16 +1630,6 @@ static uint32_t rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase(u32 grp)
debug_cond(DLEVEL == 2, "%s:%d p: ptap=%u\n",
__func__, __LINE__, p);
- } else {
- /*
- * Step 3-5b: Find the right edge of the window
- * using delay taps.
- */
- debug_cond(DLEVEL == 2,
- "%s:%d ptap=%u dtap=%u bgn=%u\n",
- __func__, __LINE__, p, d, work_bgn);
-
- work_end = work_bgn;
}
/* The dtap increment to find the failing edge is done here. */
OpenPOWER on IntegriCloud