]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: Correct address in spl_relocate_stack_gd()
authorSimon Glass <sjg@chromium.org>
Thu, 14 May 2015 03:15:21 +0000 (21:15 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:37 +0000 (22:39 +0200)
commitc2cfed686cda3fd4d45b4e94d5cd34bab865f144
treec1b1695435491b74df008e119ff4463b4604407c
parentabc9945043e317d57810cb949f1c32ca877303a4
spl: Correct address in spl_relocate_stack_gd()

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 <tharvey@gateworks.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c