commit | 6ba8eeb6f17c08a7a7fd97683161330d01a8ef2e | [log] [tgz] |
---|---|---|
author | Vitaly Wool <vitaly.wool@konsulko.com> | Tue Apr 06 10:50:16 2021 +0300 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Jul 21 16:38:26 2021 +0800 |
tree | e72b79a066ba984d541b17b7ec03e437cbf1c747 | |
parent | 66a21be6744bf2926c8bc30100662caeb0fd3667 [diff] |
riscv: booti: do not force relocation if force_reloc is not set If force_reloc flag is not set and booti is called for an address ouside RAM (i. e. QSPI NOR flash), we should honor that and not try to force relocation in a bogus fashion. Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>