From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 11:02:22 -0500 Subject: [U-Boot] [PATCH 10/15] ddr: altera: sequencer: Wrap misc remaining macros In-Reply-To: <1438557722-5254-11-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-11-git-send-email-marex@denx.de> Message-ID: <55BF908E.80309@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_misc_config to wrap the remainging > misc configuration values in board file. Again, introduce a function, > socfpga_get_sdram_misc_config(), which returns this the structure. This > is almost the final step toward wrapping the nasty QTS generated macros > in board files and reducing the polution of the namespace. > s/remainging/remaining s/polution/pollution Acked-by: Dinh Nguyen Thanks, Dinh