Skip to content
Commit b46dcfa3 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: allow merging vectors into .text section



Currently code for exception/IRQ vectors is stored in kernel image as
initialization data and is copied to its working addresses during
startup. It doesn't always make sense. In many cases vectors location
can be automatically decided at kernel link time and code can be placed
right there. This is especially useful for XIP kernel.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 9a736fcb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment