]> git.ipfire.org Git - people/ms/u-boot.git/commit
ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init
authorMarek Vasut <marex@denx.de>
Sun, 2 Aug 2015 15:15:19 +0000 (17:15 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:28 +0000 (14:14 +0200)
commit04955cf247cc75cc08c4667f785e74a2435f5061
tree644209ad3c507ede8a0cf1e91b9d0307e686e2c3
parent499b7a7c883519895232958bd068c4a2e714f6e0
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>
arch/arm/mach-socfpga/include/mach/sdram.h
board/altera/socfpga/wrap_sdram_config.c
drivers/ddr/altera/sequencer.c