From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 10:59:58 -0500 Subject: [U-Boot] [PATCH 08/15] ddr: altera: sequencer: Wrap IO_* macros In-Reply-To: <1438557722-5254-9-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-9-git-send-email-marex@denx.de> Message-ID: <55BF8FFE.4060404@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 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 polution > of the namespace. s/polution/pollution Acked-by: Dinh Nguyen Thanks, Dinh