commit | 4f17664a4407004f71dc76de01c89fdb6efc0776 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Jan 31 21:25:03 2020 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Feb 04 21:56:15 2020 -0800 |
tree | e94326dc21ea76d69b4cfa59618db3c15115b8f8 | |
parent | 50722f0bf631cfcbcce18dac6b3fb5c2b6432628 [diff] |
xtensa: separate SMP and XIP support There's no real dependency between SMP and XIP, allow them to be selected together. Always define 2- and 4-argument SECTION_VECTOR macros, always use 4-argument macro for the secondary reset vector and always define relocation entry for it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>