From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 14 Dec 2014 17:14:36 +0100 Subject: [U-Boot] [PATCH] arm: mxs: olinuxino: move DRAM config tuning to SPL In-Reply-To: <1418571289-13426-1-git-send-email-jlu@pengutronix.de> References: <1418571289-13426-1-git-send-email-jlu@pengutronix.de> Message-ID: <201412141714.36106.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 Sunday, December 14, 2014 at 04:34:49 PM, Jan Luebbe wrote: > The weak mxs_adjust_memory_params function is called from spl_mem_init.c, > so it must be linked into the SPL to have an effect. Move it from > mx23_olinuxino.c to spl_boot.c. > > This change was verified by reading back the register values. > > Signed-off-by: Jan Luebbe > Cc: Marek Vasut > Cc: Stefano Babic You're obviously right, thank you for spotting this! Acked-by: Marek Vasut Best regards, Marek Vasut