From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 5 Aug 2015 10:57:31 +0200 Subject: [U-Boot] [PATCH] ddr: altera: sequencer: add RW_MGR_MEM_NUMBER_OF_RANKS In-Reply-To: <1438744352-16438-1-git-send-email-dinguyen@opensource.altera.com> References: <1438744352-16438-1-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201508051057.31285.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, August 05, 2015 at 05:12:32 AM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > Fix build error for socfpga_cyclone5_defconfig: > > board/altera/socfpga/wrap_sdram_config.c:245:26: error: > ?RW_MGR_MEM_NUMBER_OF_RANKS? undeclared here (not in a function) make[2]: > *** [spl/board/altera/socfpga/wrap_sdram_config.o] Error 1 > > Signed-off-by: Dinh Nguyen > --- > Hi Marek, > > This patch is based on your 02-ddr-part3 branch. It is also applicable to > the wip/boards branch as well. Hi, Ouch, thanks for spotting this! Acked-by: Marek Vasut btw. did you have time to skim through [PATCH 00/28] socfpga: sdram.c cleanups please ? I'd like to apply that to master, put on the sequencer cleanups and this patch and then submit a PR :) Best regards, Marek Vasut