From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 10:53:43 -0500 Subject: [U-Boot] [PATCH 05/15] ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init In-Reply-To: <1438557722-5254-6-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-6-git-send-email-marex@denx.de> Message-ID: <55BF8E87.2090501@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/02/2015 06:21 PM, Marek Vasut wrote: > 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 polution again. > s/polution/pollution Acked-by: Dinh Nguyen Thanks, Dinh