commit | 39b620e22a7a4de52a95ec9a40093c3ba1712a80 | [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 | 3384e74c69636b5f994d7ef66c7c5f68e30e6418 [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>