commit | 097a3d0685bf0e4d0031eba924c6f4cec7927168 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 13 21:15:21 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 14 06:57:23 2015 -0400 |
tree | d403f965d35c81c2f17fac2a26ddae6bcdd5fc5d | |
parent | a274ded40b403cfe353bfddd53cffd7fad65acc0 [diff] |
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>