commit | 2e436467828969b6c9569c21bbe400b2b5b7a27c | [log] [tgz] |
---|---|---|
author | Vasili Galka <vvv444@gmail.com> | Mon Jun 16 17:40:59 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:18:37 2014 -0400 |
tree | 1657ae649357c76715cdc215009da34ae0be670d | |
parent | 7d2357c1999ff1f93f795282526230a8bd176106 [diff] |
Fix bug in io64 target (introduced by commit aba27ac) From comparison of current logic and the logic that was prior to commit aba27ac, we see that first parameter of FPGA_GET_REG() shall be the FPGA index and not channel number. The re-factoring in commit aba27ac accidentally changed that. Cc: Stefan Roese <sr@denx.de> Acked-by: Dirk Eibach <dirk.eibach@gdsys.cc> Signed-off-by: Vasili Galka <vvv444@gmail.com>