commit | d3f1735e17ec5396bf3cd990c92c6897cee3dfa4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 20 10:40:23 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 16:51:49 2021 -0500 |
tree | 8c58bc2bf58ced502408ff8bdc3d40025449b0eb | |
parent | 7668afcb7e24dcc4834516eed25890d5f81552c4 [diff] |
dm: ddr: socfpga: don't assign values that are not used The values of left_edge[0] and right_edge[0] are overwritten before they are used. Remove the superfluous assignments. Fixes: 285b3cb939a8 ("dm: ddr: socfpga: fix gen5 ddr driver to not use bss") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>