From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 14 Sep 2015 07:00:09 +0100 Subject: [U-Boot] [PATCH 6/7] sunxi: Enable CONFIG_SPL_STACK_R In-Reply-To: <55F5C5C4.2010807@redhat.com> References: <1442158965-29962-1-git-send-email-hdegoede@redhat.com> <1442158965-29962-7-git-send-email-hdegoede@redhat.com> <1442161983.24382.121.camel@hellion.org.uk> <55F5A683.5000505@redhat.com> <1442170200.24382.126.camel@hellion.org.uk> <55F5C5C4.2010807@redhat.com> Message-ID: <1442210409.24382.128.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-09-13 at 20:51 +0200, Hans de Goede wrote: > Hi, > > On 13-09-15 20:50, Ian Campbell wrote: > > Maybe even: > > > > /* Note SPL_STACK_R_ADDR is set through Kconfig, we include it here > > * since it needs to fit in with the other values. By also #defining it > > * we get warnings if the Kconfig value mismatches. */ > > That works for me, I'll replace my comment with the one you've suggested. That version: Acked-by: Ian Campbell