spl: Correct address in spl_relocate_stack_gd()
authorSimon Glass <sjg@chromium.org>
Thu, 14 May 2015 03:15:21 +0000 (21:15 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 May 2015 10:57:23 +0000 (06:57 -0400)
commitce49e79450ce4889616d4ee079a7963aa59f183c
treed403f965d35c81c2f17fac2a26ddae6bcdd5fc5d
parentbd328eb38274ffaf04caaa8a6ecc09b7e19a650e
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