commit | 446c7d012192814183328321fc7decf5c0c3d425 | [log] [tgz] |
---|---|---|
author | zijun_hu <zijun_hu@htc.com> | Sat Sep 23 13:30:58 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 08 16:19:56 2017 -0400 |
tree | 651c1a22b0168b9953f2fddc80523b0775525d54 | |
parent | fc4741f884f44da95697c9eeaf500155976c32fc [diff] |
ARMv8: fix error in freeing stack frame relocate_code() allocates 32 bytes stack frame but only 16 bytes are freed before return. it will cause errors to possible previous frames and doesn't make relocate_code() look like a function. fix by freeing 32 bytes stack space Signed-off-by: zijun_hu <zijun_hu@htc.com> Reviewed-by: Simon Glass <sjg@chromium.org>