From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 11:06:25 -0500 Subject: [U-Boot] [PATCH 13/15] ddr: altera: sequencer: Pluck out misc macros from code In-Reply-To: <1438557722-5254-14-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-14-git-send-email-marex@denx.de> Message-ID: <55BF9181.6030907@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:22 PM, Marek Vasut wrote: > Actually convert the sequencer code to use socfpga_sdram_misc_config > instead of the various macros. This is just an sed excercise here, no > manual coding needed. > > This patch actually removes the need to include any board-specific > files in sequencer.c , so sequencer.c namespace is now no longer > poluted by QTS-generated macros. > s/excercise/exercise s/poluted/polluted Acked-by: Dinh Nguyen Thanks, Dinh