commit | d718a26b0c2b6ee869070386fea0ad68a3031987 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Aug 02 18:12:08 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:29 2015 +0200 |
tree | 55abeaf3e6e7b87313eed13d0c7ea33909766896 | |
parent | 04955cf247cc75cc08c4667f785e74a2435f5061 [diff] |
ddr: altera: sequencer: Wrap RW_MGR_* macros Introduce structure socfpga_sdram_rw_mgr_config to wrap the RW manager configuration values in board file. Introduce a complementary function, socfpga_get_sdram_rwmgr_config(), which returns this the structure. This is another step toward wrapping the nasty QTS generated macros in board files and reducing the pollution of the namespace. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>