From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 10:57:03 -0500 Subject: [U-Boot] [PATCH 06/15] ddr: altera: sequencer: Wrap RW_MGR_* macros In-Reply-To: <1438557722-5254-7-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-7-git-send-email-marex@denx.de> Message-ID: <55BF8F4F.8090106@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_rw_mgr_config to wrap the RW manager > configuration values in board file. Introduce a complementary function, > socfpga_get_sdram_rwmgr_config(), 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