]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:37 +0000 (08:17 +0200)
commit8549ef96568f0f8f98bcea75621733851621c733
tree5fa0612ec0164759cf62909220c0f26fb4f7455d
parent58b1b0415d6f02dfd59fce2d457cbba09a7bca12
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