From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 4 Nov 2015 08:32:34 -0600 Subject: [U-Boot] [PATCH 2/3] nios2: remove CONFIG_SYS_INIT_SP macro In-Reply-To: <1446531623-17267-2-git-send-email-thomas@wytron.com.tw> References: <1446531623-17267-1-git-send-email-thomas@wytron.com.tw> <1446531623-17267-2-git-send-email-thomas@wytron.com.tw> Message-ID: <1446647554.2582.6.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-11-03 at 14:20 +0800, thomas at wytron.com.tw wrote: > Remove CONFIG_SYS_INIT_SP macro, as the initial stack is set to > below the u-boot code. > > Signed-off-by: Thomas Chou Reviewed-by: Chin Liang See Thanks Chin Liang