]> git.ipfire.org Git - people/ms/u-boot.git/commit
ddr: altera: Staticize global variables
authorMarek Vasut <marex@denx.de>
Tue, 5 Apr 2016 09:18:38 +0000 (11:18 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 20 Apr 2016 09:28:45 +0000 (11:28 +0200)
commit85f76628a05539699a4aeb0a511109d322293033
tree84712ac9d2ec776b22cdec1f783d4f8399c9361e
parentea9aa2414e5c443e14ef7bef93210c17f629b7d6
ddr: altera: Staticize global variables

Just staticize global variables in sequencer, since there is no
point in having these symbols available outside of the DDR code.

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