From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 3 Sep 2015 15:11:33 +0200 Subject: [U-Boot] [PATCH 2/7] arm: mvebu: Do not call board_init_r() from board_init_f() In-Reply-To: <1441285740-23686-2-git-send-email-sr@denx.de> References: <1441285740-23686-1-git-send-email-sr@denx.de> <1441285740-23686-2-git-send-email-sr@denx.de> Message-ID: <201509031511.33855.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 Thursday, September 03, 2015 at 03:08:55 PM, Stefan Roese wrote: > Instead of calling board_init_r() directly from board_init_f(), just > return from board_init_f(). This will make the code continue executing > in crt0.S _main(), from which the board_init_r() is called. This patch > aligns the MVEBU SPL with the correct SPL design as well as reduces > the stack utilisation slightly. > > Signed-off-by: Stefan Roese > Cc: Marek Vasut > Cc: Simon Glass > Cc: Luka Perkov > --- Acked-by: Marek Vasut Best regards, Marek Vasut