From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 14 May 2015 06:58:37 -0400 Subject: [U-Boot] [PATCH] spl: Correct address in spl_relocate_stack_gd() In-Reply-To: <1431573322-11460-1-git-send-email-sjg@chromium.org> References: <1431573322-11460-1-git-send-email-sjg@chromium.org> Message-ID: <20150514105837.GE5880@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 Wed, May 13, 2015 at 09:15:21PM -0600, Simon Glass wrote: > During the Kconfig conversion one of the changes was missed. > CONFIG_SPL_STACK_R should be CONFIG_SPL_STACK_R_ADDR since we want the > address. > > Reported-by: Tim Harvey > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom