From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 10 Aug 2012 15:44:34 -0700 Subject: [U-Boot] [PATCH] armv7: Move save_boot_params_default() to start.S In-Reply-To: <1530446365.2284382.1344635949755.JavaMail.root@advansee.com> References: <1530446365.2284382.1344635949755.JavaMail.root@advansee.com> Message-ID: <20120810224434.GH3306@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Aug 10, 2012 at 11:59:09PM +0200, Beno??t Th??baudeau wrote: > save_boot_params() is called by start.S, so move its default implementation to > this file too. This is also useful for boards willing to use nand_spl since > cpu.c is not built in this case. > > Signed-off-by: Beno??t Th??baudeau > Cc: Albert Aribaud We should pick up http://patchwork.ozlabs.org/patch/169561/ instead as yours is missing START/ENDPROC and doesn't just declare the initial implementation weak. -- Tom