]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: sequencer: Zap SEQ_T(INIT|RESET)_CNTR._VAL
authorMarek Vasut <marex@denx.de>
Sun, 2 Aug 2015 17:24:12 +0000 (19:24 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:38 +0000 (08:17 +0200)
commit31b2429b77d332eaf28426283977bc102e3e6bcc
tree4ce1a9eefa98ebaaaee4efa3e9c619247d2ae456
parentba1492fcd58212c862a5b65b0776cd38eaca07f7
ddr: altera: sequencer: Zap SEQ_T(INIT|RESET)_CNTR._VAL

This is another macro used to obfuscate the real code. The
T(INIT|RESET)_CNTR._VAL is always defined, so this indirection
is unnecessary. Get rid of this.

Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
drivers/ddr/altera/sequencer.c
drivers/ddr/altera/sequencer.h