]> git.ipfire.org Git - people/ms/u-boot.git/commit
ddr: altera: Remove unnecessary update of the SCC
authorMarek Vasut <marex@denx.de>
Mon, 4 Apr 2016 16:41:53 +0000 (18:41 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 20 Apr 2016 09:28:44 +0000 (11:28 +0200)
commitf5f8c411de0c1971475069ac011c858ca914eae7
tree3edd31813b66befbdbd264a6cf9bf63267e6f3b5
parent164eb23f4923c62ce3d8ebff6d4efb1f12570950
ddr: altera: Remove unnecessary update of the SCC

Every invocation of the scc_mgr_set_dqs_en_delay_all_ranks() is
followed by SCC manager update. Moreover, only this function
triggers the SCC manager update internally. Thus, remove the
internal invocation to avoid triggering the update twice.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
drivers/ddr/altera/sequencer.c