commit | 3bf920406921c0ea250b9467f36da6ee10114057 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Aug 02 19:00:23 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:29 2015 +0200 |
tree | eb9b939cfeecbfc8ca007c891db3e246b5cf9e4f | |
parent | 2dfc76b4fd036451a78f2fcc79585fa668a722a7 [diff] |
ddr: altera: sequencer: Wrap IO_* macros Introduce structure socfpga_sdram_io_config to wrap the IO configuration values in board file. Introduce socfpga_get_sdram_io_config() function, 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>