commit | 65371c8ddff8e8d3af0719e489a08ebd06476726 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Aug 01 03:18:50 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:30 2015 +0200 |
tree | 75ee6222f44e3c74c1cc9ae1c6173517b529fda3 | |
parent | e1b96fcd752421bf1a1f3b5e3a64573bcafeeb07 [diff] |
arm: socfpga: scan: Clean up horrible macros Clean up the horrible macros present in the scan_manager.h . Firstly, the function scan_mgr_io_scan_chain_prg() is static, yet all the macros are used only within it, thus there is no point in having them in the header file. Moreover, the macros are just making the code much less readable, so remove them instead. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>