commit | 04955cf247cc75cc08c4667f785e74a2435f5061 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Aug 02 17:15:19 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:28 2015 +0200 |
tree | 644209ad3c507ede8a0cf1e91b9d0307e686e2c3 | |
parent | 499b7a7c883519895232958bd068c4a2e714f6e0 [diff] |
ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init Introduce two wrapper functions, socfpga_get_seq_ac_init() and socfpga_get_seq_inst_init() to avoid direct inclusion of the sequencer_auto_ac_init.h and sequencer_auto_inst_init.h QTS generated files. This reduces namespace pollution again. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>